i've been through the FAQs and searched on Date and can't find an answer to my question.
i have a date/time field that is updated when user's change a record. It's updated as Now(0 so i get the whole blamed date/time thing. Anyway, i want to pull information on items that were updated yesterday. When i use a query with SQL criteria
SELECT Users.IndvName, Users.Rank, Users.IATestDate, Users.Updated
FROM Users
WHERE (((Users.Updated)=-1));
i get a blank record set.
Any ideas?
Thanks,
Dave
i have a date/time field that is updated when user's change a record. It's updated as Now(0 so i get the whole blamed date/time thing. Anyway, i want to pull information on items that were updated yesterday. When i use a query with SQL criteria
SELECT Users.IndvName, Users.Rank, Users.IATestDate, Users.Updated
FROM Users
WHERE (((Users.Updated)=-1));
i get a blank record set.
Any ideas?
Thanks,
Dave