mkelly
Registered User.
- Local time
- Today, 14:42
- Joined
- Apr 10, 2002
- Messages
- 213
I have a table with a "NOW()" field I need to change the now() to a Date() in a query so I can pull information by date values. Because of the time in the now() field it pulls incorrectly.
I have tried this:
cdate(int([job log in]![time qc totally complete]))
this will give me what appears to be a date field however when I use this criteria:
>=[forms]![Report Date Range]![BeginDate] And <=[forms]![Report Date Range]![EndDate]
I get the pop ups to enter my dates but then I get an error message.
Is the int turning it into a number?
how can I make it a straight Date() field in the query.
any help appriciated. I have been tryting to do this for two days!!
I have tried this:
cdate(int([job log in]![time qc totally complete]))
this will give me what appears to be a date field however when I use this criteria:
>=[forms]![Report Date Range]![BeginDate] And <=[forms]![Report Date Range]![EndDate]
I get the pop ups to enter my dates but then I get an error message.
Is the int turning it into a number?
how can I make it a straight Date() field in the query.
any help appriciated. I have been tryting to do this for two days!!