sawilliams
Technical User
I am writing a simple query to pull all customers whose record was updated yesterday. My date field is date-time (4/16/2009 9:30:12 PM, for example). With a short date, I can just do
for the criteria but I don't know what to do with a date time field.
Any suggestions would be appreciated.
Code:
date() - 1
Any suggestions would be appreciated.