S
slickdock
I need my query to return all records created between 1/1/09 and 2/1/09, but
my [DateCreated] field is actually a date/time field, showing, for example,
1/1/09 12:58PM. How can I strip out the time from the [DateCreated] field in
my query, so that I can satisfy my BETWEEN parameter?
I am populating the query parameter with an unbound form that has startdate
and enddate fields that are formatted as Short Date. My Query parameter on
[DateCreated] field is: Between [forms]![DateParameters]![StartDate] and
[forms]![DateParameters]![EndDate].
Thank you.
my [DateCreated] field is actually a date/time field, showing, for example,
1/1/09 12:58PM. How can I strip out the time from the [DateCreated] field in
my query, so that I can satisfy my BETWEEN parameter?
I am populating the query parameter with an unbound form that has startdate
and enddate fields that are formatted as Short Date. My Query parameter on
[DateCreated] field is: Between [forms]![DateParameters]![StartDate] and
[forms]![DateParameters]![EndDate].
Thank you.