Access query: prompt input with a droplist?

E

ewokgolf

While designing an Access query, I know it's possible to prompt users for
input which Access takes and matches up. However, is there a way to prompt
the users to select from a droplist instead of inputting information?
 
D

Duane Hookom

Nope, not possible using a parameter prompt. You should kick your
programming up a notch and use controls on forms for users to enter/select
criteria.
 
Top