Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date comparisons
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00914601
Message ID:
00914609
Vues:
11
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform