D
dtroupe
I have a database that I import data from text files and
Export to Excel. I am trying to auto run this process by
macro to Excel which works great except I can't iron out
the date problem? My field has Date and Time in the field
so I tried <Date()-1 in the query but no good. The other
would be >Date()-1 which returns all of the last day's
data and the present day. I just want to dump yesterday's
data to the file?
Export to Excel. I am trying to auto run this process by
macro to Excel which works great except I can't iron out
the date problem? My field has Date and Time in the field
so I tried <Date()-1 in the query but no good. The other
would be >Date()-1 which returns all of the last day's
data and the present day. I just want to dump yesterday's
data to the file?