-
Conbo Box in Query
Question - I have a query. when I enter this (for example) in the criteria [Enter Name], when I run the query I get prompted with a pop-up to enter the name. How can I change this so that the pop-up can be a drop-down/combo box instead? Thanks!
-
You can't with that type of criteria. You'd create a form with a combo and a button to launch the form/report the query is used for. In your criteria, instead of
[Enter Name]
you'd have
Forms!FormName.ComboName
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules