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.
Very easy,
you just have to write your code in the form load property,
you can start by showing a inputbox as your form load,
and return the value of the inputbox to do your query.