Guest_imported
New member
- Jan 1, 1970
- 0
Here's my problem:
I have written some code for a search command button that when pressed prompts a user to enter a person's name, anything else prompts and error message and returns to the Input box. Once the user enters the person's name and clicks OK, the program must access a database from MS Access, named "USER". It must then search through the records for the name entered into the Input box. If found then return "Person Found" otherwise "Person not found" Now, I am having difficulty writing the code for the search to take place. Can you help?
I have written some code for a search command button that when pressed prompts a user to enter a person's name, anything else prompts and error message and returns to the Input box. Once the user enters the person's name and clicks OK, the program must access a database from MS Access, named "USER". It must then search through the records for the name entered into the Input box. If found then return "Person Found" otherwise "Person not found" Now, I am having difficulty writing the code for the search to take place. Can you help?