How do I compare just the date portion of date time fields in SQL?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the Access SQL syntax for comparing only the date portion of two date
time fields?

Branden
 
What is the Access SQL syntax for comparing only the date portion of two date
time fields?

Branden

WHERE DateValue([DateFieldA]) = DateValue([DateFieldB])


John W. Vinson[MVP]
 

Ask a Question

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.

Ask a Question

Back
Top