G
Guest
Hi,
I got a table where the createdatetime field creates a date and time stamp
for each of record creation. I need to pull all the records for the year
2004. In the criteria for the createdatetime field, if I write
DatePart("yyyy", CreateDateTime) = 2004, no data pulls from the database. I
am wondering where I am going wrong. I appreciate any help. Regards.
I got a table where the createdatetime field creates a date and time stamp
for each of record creation. I need to pull all the records for the year
2004. In the criteria for the createdatetime field, if I write
DatePart("yyyy", CreateDateTime) = 2004, no data pulls from the database. I
am wondering where I am going wrong. I appreciate any help. Regards.