S
saraqpost
I don't know what's wrong!
I have a datetime field on my table and I want the query to select all
records created on a certain date, and the date is what the user
entered on the form.
In the query, I select the date portion of the time/date field and
choose the formfield. I get nothing.
tblInitialCallInfo.CallDateAndTime, DateValue([CallDateAndTime]) AS
CallDate,
WHERE
(((DateValue([CallDateAndTime]))=[Forms]![frmReports]![txtStartDate]))
I have tried doing the forms selection on both CallDateAndTime (the
field on the table) and CallDate - my field just for the date.
I must be missing something, or there's something I don't know!
Thanks so much -
sara
I have a datetime field on my table and I want the query to select all
records created on a certain date, and the date is what the user
entered on the form.
In the query, I select the date portion of the time/date field and
choose the formfield. I get nothing.
tblInitialCallInfo.CallDateAndTime, DateValue([CallDateAndTime]) AS
CallDate,
WHERE
(((DateValue([CallDateAndTime]))=[Forms]![frmReports]![txtStartDate]))
I have tried doing the forms selection on both CallDateAndTime (the
field on the table) and CallDate - my field just for the date.
I must be missing something, or there's something I don't know!
Thanks so much -
sara