PDA

Click to See Complete Forum and Search --> : SEARCHING DATA


Valley Boy
Jan 9th, 2000, 05:22 PM
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.

Jan 9th, 2000, 09:24 PM
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.