General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
vba programming find record in db
I have a database (db), composes of five field and one of them is ID (primary key), firstname, lastname, middlename and picture. I have already designed a IDFORM in form tab. Well the interface looks cool but I wanted it to search for a record in the database.
My logic is like this:
1. Once the user enters their ID number and right after they press enter, the form should automatically search/find that ID number. If the search is not successful a dialog box must be displayed informing user that ID number is not valid. If successfull, a new pop-up form will pop-out in front of user's screen displaying all result of the query.
I have searching for this source code and until i have not found one.
An experts help is highly appreciated.