Times that are between 19:45:00 and 19:45:59 will be included in the
result set.
It would probably run faster if the time data were stored in a
separate column (and indexed) then you'd not have to include the
Format() function and the CDate() function, 'cuz the data would be
stored as a DateTime data type. You might even get by using this as
the criteria:
WHERE Time_Column Between #07:00# and #19:45#
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)
-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.