Display Records Created on the same Day

G

Greg

Each record has a date field, and several others. I want all the
records created on the same date to appear in a form or even better a
report. What is the easiest way to do this?

Greg
 
A

Adrian Jansen

Set up a query with the criteria int(DateField) = SomeValue.
Dates are stored as floating point numbers, the integer part of which is the
day number.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 

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

Top