Creating report by selecting date from calendar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm wondering if its possible to click a date on a calendar and have it
generate a report for that date.

I currently have a very functional transportation database running. I would
like to be able to select a date and have all of the rides booked on that day
displayed in a report in their corresponding time slot. I've already tried
looking at some of the suggestions in the other postings and some of the
links I want will not allow me to view the samples.

Any suggestions would be greatly appreciated.
 
Jussca,
If your using the Access Calendar Control, you can filter your report by
the value indicated in the calendar on your form.
This should work as a criteria in your report query...
=Forms!frmYourFormName!calYourCalendareName.Value
Didn't test, but it should fly...
 

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