Adding search field in access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top