parameter drop down?

Weresmytriple

Registered User.
Local time
Today, 17:36
Joined
Sep 5, 2013
Messages
58
hi all,

i have created a query with the parameter for the Domain field. however on the form the user enters this information via a drop down menu. i was just wondering could the parameter box be set to a drop down box as well to save the user entering in the full Domain field name?

thanks for any help

michael
 
If you're talking about a bracketed parameter, no. Why not just have the query point to the form (or a form)?
 
Why is your user running the query directly, rather than through the form? Or is this for your testing?
 
this is just for my testing however the user will be running it from a form
 
Okay good.

Sad to say, I don't think there's a way to tell Access to use a dropdown for an actual [parameter], as that's a very low-level Access value.

What I usually do is run it from the form, even in testing. If the form controls the parameter value, you can make that field a dropdown.
 
no i didnt think it was possible just wanted to double check

thanks for the help tho
 

Users who are viewing this thread

Back
Top Bottom