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...
--
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
"Jussca" <(E-Mail Removed)> wrote in message
news:B7566FED-4EB2-4383-BCDE-(E-Mail Removed)...
> 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.