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

G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top