pop up dialog prompt

jmacnwd

Registered User.
Local time
Today, 19:26
Joined
Oct 4, 2001
Messages
10
In my query I have used [criteria] to stem a pop up dialog box for criteria. I would like to know if there is a way to add a drop down combo feild in that pop up so that you may choose your criteria from a list instead of using a cheat sheet to view all criteria available in that field? There are not enough charactures available to give ie. in the text area of the pop up.
 
Not sure I totally know what you mean, but you can accomplish a drop down by using another form (a pop-up form?) and place your combo box there. Then use

[Forms]![myPopUpFormName]![myComboName]

as your criteria in the query.
 

Users who are viewing this thread

Back
Top Bottom