Aaron Bertrand [SQL Server MVP] wrote:
>>"SELECT * FROM StateLicenses Where (Exp < '" & Now() & "') Order By
>>BranchNo,Satellite;"
>
>
> Why do this outside of the database? Access knows what NOW() is. Plus, I
> don't think single quote delimiters will work well, assuming Exp is a Date
> column...
>
>
Till you said it I didn't realize it was Access. The reason I was
pushing it this way is that the DB may be in a different timezone then
the client, thinking the client wanted their time....guess it depends
what was used for the time when it was entered... hopefully it was
standardized with server time as you indicated though.....
--
Curt Christianson
site:
http://www.darkfalz.com
blog:
http://blog.darkfalz.com