E
eacollie
My database contains linked Oracle tables where the date
field is date/time. I have a calendar control on a form
where I want the user to select a date and press a button
to preview a report that contains the records for that
date.
Can someone help me with the formatting of the date? I've
tried adding the form's calendar control name to the
criteria in the query behind the report, but I get no
records. If I leave the calendar control name out of the
query criteria, I get all records for all dates (so I'm
pretty sure my problem is with the formatting).
Thank you in advance!
field is date/time. I have a calendar control on a form
where I want the user to select a date and press a button
to preview a report that contains the records for that
date.
Can someone help me with the formatting of the date? I've
tried adding the form's calendar control name to the
criteria in the query behind the report, but I get no
records. If I leave the calendar control name out of the
query criteria, I get all records for all dates (so I'm
pretty sure my problem is with the formatting).
Thank you in advance!