Hello,
i'm using Perl/DBI/CGI to connect to an MS ACCESS 
database on the same 
server. I can use SELECT and fetch data and pass it to 
the browser, works fine. But 
now I need to use some kind of BETWEEN sql statement that 
will let me filter 
records for a specific period of time. Something like: 
"SELECT * from table 
WHERE x=y AND date x BETWEEN y". I don't know how to use 
the filter with 
the ACCESS dates records. I am also using the Format 
Format(tbl1.date, 
'mm-dd-yy') command to get ride off the extra 00:00:00 
that I would get if I don't 
use format.
Please any ideas?

Thanks,
Miguel

Reply via email to