I've been trying to figure out how to do this......
1) I have an inputbox asking for project number.
2) I want to use the information placed in the inputbox to search through "Table - Project List"....
3) If the project number is found then I open a form....
4) If no project number is found then I move on to the next portion of code and ask the person to enter project information.
I can get 1, 3, and 4 to work, however, 2 is where the problem is. How do use the inputbox to search through a table to find a record?
1) I have an inputbox asking for project number.
2) I want to use the information placed in the inputbox to search through "Table - Project List"....
3) If the project number is found then I open a form....
4) If no project number is found then I move on to the next portion of code and ask the person to enter project information.
I can get 1, 3, and 4 to work, however, 2 is where the problem is. How do use the inputbox to search through a table to find a record?