is there any way that you can search a database when a form first loads up. e.g when the form loads display a prompt to search throught the records untill it find the the record matching the data in the prompt box.
Printable View
is there any way that you can search a database when a form first loads up. e.g when the form loads display a prompt to search throught the records untill it find the the record matching the data in the prompt box.
I gave an example of doing a record lookup including code to passmaster16 on 01/05/2000
hope it helps, Jim
Use an input box in Form_load
take the result and search your database
sorry, I'm a little short on time to provide code...