DateValue

G

Guest

I have a query which pulls records based on >=[ENTER BEG DATE] criteria.

I have changed to read ">=DateValue([ENTER BEG DATE])" but the results are
still not correct.

When entering 4/1/07 it gives me all data from 4/2/07 on.

If I enter 3/31/07 it gives me all data from 3/31/07 on.???

There are records for every date in the range: 3/31, 4/1, 4/2, etc...

What else can I try?

Thanks
 
G

Guest

You must have a time componant in the date fields. The only records included
for the begining date would be those that have a date/time stamp of exactly
midnight.

After that, the records are > but not =
 

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

Similar Threads


Top