Calendar Control Question

  • Thread starter Thread starter Randy Fritz
  • Start date Start date
R

Randy Fritz

Hello NG,

This may be pushing the envelope a litte. Access 97. Is there a way to
use a calendar control as a multi-list box so I can select multiple dates
and summarize records from those dates selected - and will the calendar show
the multiple dates as selected.

TIAFAH

Randy
 
Try two calendar controls.
Calendar Control name DateBegin
Calendar Control name DateEnd
Capture the selected dates in variables such as DateBegin and DateEnd and
then use these variables as the end points of your query in a "Between"
statement.
Cheers,
Henry
 

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

Back
Top