Parameter Query with List Box

  • Thread starter Thread starter Barkley
  • Start date Start date
B

Barkley

Hi,

I am experimenting with parameter queries and am wondering if anyone has ever
managed to swap a list box with the default box that pops up asking for a
parameter value to be entered. My thinking is the list box in its place would
be more user-friendly as the user would only have to select from a set of
values rather than have to both remember and type in values into the default
box. Any ideas?

Thanks

Barkley
 
Folks do it all the time but you have to have the listbox on a form that you
open first before running the query.
 
Back
Top