Hi,
I need to query a table to obtain a count on the number of records created and/or modified after a certain time e.g. 18:00:00 PM.
Select COUNT(X)
from my_Table
where created_date < a_specifc_time
or modified_date < a_specific_time
I'm used to Oracle and a newbie on Accesss.
Thanks to have the correct syntax for the above query.
Regards
JM
I need to query a table to obtain a count on the number of records created and/or modified after a certain time e.g. 18:00:00 PM.
Select COUNT(X)
from my_Table
where created_date < a_specifc_time
or modified_date < a_specific_time
I'm used to Oracle and a newbie on Accesss.
Thanks to have the correct syntax for the above query.
Regards
JM