K
KLaw
I have an Acess DB with linked SQL tables using ODBC. I am trying to run a
query which uses a form to specify criteria. Here's the criteria in the Date
field:
Between [Forms]![frmChooseReqDate]![StartDate] And
[Forms]![frmChooseReqDate]![EndDate]
The Date field is date/time - and will only return data if I type in exact
times. I want to be able to enter just a date and get all times for that
date. I'm sure it can be done using wildcards, but I don't know the correct
syntax for the above criteria.
Any help is appreciated!
query which uses a form to specify criteria. Here's the criteria in the Date
field:
Between [Forms]![frmChooseReqDate]![StartDate] And
[Forms]![frmChooseReqDate]![EndDate]
The Date field is date/time - and will only return data if I type in exact
times. I want to be able to enter just a date and get all times for that
date. I'm sure it can be done using wildcards, but I don't know the correct
syntax for the above criteria.
Any help is appreciated!