G
Guest
We receive data from our corporate office, in an Excel spread sheet with the
date and time the data was collected in one cell. That data is then appended
into Access. We need a query that will filter out all records except the ones
from yesterdays date. We have tried using Date()-1 in the Criteria row of the
Date field and DateAdd("d",Date(),-1), but the query is always blank. Does
anyone have any suggestions?
date and time the data was collected in one cell. That data is then appended
into Access. We need a query that will filter out all records except the ones
from yesterdays date. We have tried using Date()-1 in the Criteria row of the
Date field and DateAdd("d",Date(),-1), but the query is always blank. Does
anyone have any suggestions?