Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date comparisons
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00914601
Message ID:
00914609
Views:
12
Hello Richard,

If the goal is to retrieve records for today, why not using the Date() function?

SELECT Activities.Unique_ID as Activity,
...
FROM (Activities
...
WHERE ...
AND (Activities.Start_Time = Date())




You might also want to have a look at some other date functions available to you in Access

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/off2000/html/acrefComparingVBSQLServerFunctions.asp

Hope that helps,
Alex
Alexandre Boudreault-Ferland
Chief Technology Officer
AZUR Technologies
http://www.xicommunity.ca
http://www.xiazur.com
http://endfunction.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform