chad said:
I have Lease Sale number that I would like to select from the combo box and
from that selction run a query to displayed for the user. There is
currently
nothing coded on the command button. The After Update property, should
this
have a macro to run a parameter query ?
Follow these instructions:
1. Open your form in Design View
2. Make sure the yoolbox is turned on (View >>> Toolbox)
3. Make sure the Wizard is on (the little magic wand icon)
4. Click on combo box icon and click on the form.
5. The wizard will pop up.
6. Choose the 3rd choice (Find a record ...)
7. Click Next
8. Choose the Primary Key field and the search criteria field.
9. Click Next.
10. Accept the defaults. Click Next.
11. Type a name (like Search) and click Finish.
You're done, except for any cosmetics.