How do I group on first 10 characters in a date/time field in a qu

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

Guest

I am extracting data stored in a sequel table. The field I am wanting to
group on the date is a date/time field. How do I group on only the first 10
characters (the date) and ignore the time?
 
You should refer to "characters" with date/time fields. You might need to
use
DateValue([DateTimeField])
 

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