Adding search field in access

P

Prince

I want my database to open up and ask you to enter a client's name. Upon
doing so, it pulls up tht clients information. Is there any way to do this?
 
P

Pat Hartman\(MVP\)

That is a good use for a combobox. Add an unbound combo to a bound form.
The wizard will walk you through the process. Choose the option that says
to find a record in the current form.
 
Top