I have a field that stores the date in. I would like to query the records that show only the those that are less than one day old. e.g. Only show those that are for today and yesterday.
I have tried = Date()-1 but didnt seem to work. Any Ideas
I have tried = Date()-1 but didnt seem to work. Any Ideas