This has to be so simple, I'm trying to build a select query using OLEDB
adapter using Jet 4.0 that only selects records with today's date. In
access =Date() works great but of course it doesn't work here. Now() works
but doesn't select the date I assume cause now looks at the date and time?
How can I get this to only look at the date? Thanks
adapter using Jet 4.0 that only selects records with today's date. In
access =Date() works great but of course it doesn't work here. Now() works
but doesn't select the date I assume cause now looks at the date and time?
How can I get this to only look at the date? Thanks
Comment