S
Shri
Hi,
I have a table that has DateTime Field called "Time_end" in the format
06/20/2007 12:28:30 PM.
In a query I am trying to extract only DatePart and I am using below syntax.
PullDate: DateValue([time_end])
I am trying to run a report off off the above query for the start date
11/01/08 and end date 11/10/08. The query is returning wrong result. The
query is returning Nov'07 data and Nov'08 data. I am not sure why the query
is including 07 data when I am trying to pull the report for only 10 days.
I have tried using below syntax too. But couldn't resolve the issue.
PullDate: Format([time_end], "mm/dd/yyyy")
I would appreciate any help on this issue.
Thanks.
I have a table that has DateTime Field called "Time_end" in the format
06/20/2007 12:28:30 PM.
In a query I am trying to extract only DatePart and I am using below syntax.
PullDate: DateValue([time_end])
I am trying to run a report off off the above query for the start date
11/01/08 and end date 11/10/08. The query is returning wrong result. The
query is returning Nov'07 data and Nov'08 data. I am not sure why the query
is including 07 data when I am trying to pull the report for only 10 days.
I have tried using below syntax too. But couldn't resolve the issue.
PullDate: Format([time_end], "mm/dd/yyyy")
I would appreciate any help on this issue.
Thanks.