C
cheswyck
I have a log file with a date created using now(). I want
to select log records that fit within two dates passed to
it by another form. the log date is date and time. How
do I select the record if the log date&time is between the
date range given? I tried using 'Between startDate and
EndDate' but that didn't work. Do I have to seperate the
date in the logDate field?
to select log records that fit within two dates passed to
it by another form. the log date is date and time. How
do I select the record if the log date&time is between the
date range given? I tried using 'Between startDate and
EndDate' but that didn't work. Do I have to seperate the
date in the logDate field?