How/can I use a calendar control as an input to a parameter query

M

MichaelHughes

I have setup up a parameter query that I want to run with a user input date
range. Rather than having the user type in the date, I want a calendar
control to prompt for start and end dates when the query is run. Any help on
this issue?
 
D

Duane Hookom

Don't use parameter prompts in queries. Always use controls on forms. You
can then use combo boxes, text boxes, and other cool stuff as well as
checking integrity and setting defaults.
 
Top