Hello,
I havev written a query for a database. The query is to look at records created today. The design of the table is such that when a record is completed that the date and time is recorded in a field called "date raised".
In my query i am trying to find only the records created today so have used -Date() to do this. The only problem is that it is not finding these records with the auto date/time function. However if the date is overidden by the operator that record will appear in the results. (Subject to it being created on the same day.
I need to be able to capture those records which have automatically had the date/time information added.
Hope you can help.
Cheers CG084
I havev written a query for a database. The query is to look at records created today. The design of the table is such that when a record is completed that the date and time is recorded in a field called "date raised".
In my query i am trying to find only the records created today so have used -Date() to do this. The only problem is that it is not finding these records with the auto date/time function. However if the date is overidden by the operator that record will appear in the results. (Subject to it being created on the same day.
I need to be able to capture those records which have automatically had the date/time information added.
Hope you can help.
Cheers CG084