Can anyone help me with a form issue? Please

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

Guest

Hello

I have a form which has around 100 records and I was wondering is it
possible to have a wee pop up search box that I can click open and enter
something in the fields to search for a record? If that makes sense.
Any help would be much appreciated.
Thank you
Access Beginner
 
The easiest way is to use the built in find feature available through the
Access menus. You can also add a command button to the form and assign the
find function to it using the wizard.
 
Access beginner said:
Hello

I have a form which has around 100 records and I was wondering is it
possible to have a wee pop up search box that I can click open and enter
something in the fields to search for a record? If that makes sense.
Any help would be much appreciated.
Thank you
Access Beginner

If you have a primary key, you could (1) make sure the Control Wizard is
enabled (the little magic wand icon will appear to have been pressed in the
toolbox in design view), (2) place a Combo Box (a good place is in the Form
header), and (3) follow the Wizard's prompts to have the Combo Box locate
the Record.

Simple, straightforward, and the Wizard generates any necessary code for
you.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top