Date Range Query

S

Sheri

I have a field in my table called DelDate it is a Date/Time formatted
field. I want to query a date range.

For example I want [Enter Beginning Date] and [Enter Ending Date] to
be user imputted when the query is ran.

I have tried >=[Enter Begining Date],<=[Enter Ending Date] but it
isn't working.

Please help.

Thanks,
Sheri
 
M

Marshall Barton

Sheri said:
I have a field in my table called DelDate it is a Date/Time formatted
field. I want to query a date range.

For example I want [Enter Beginning Date] and [Enter Ending Date] to
be user imputted when the query is ran.

I have tried >=[Enter Begining Date],<=[Enter Ending Date] but it
isn't working.
Try:

=[Enter Begining Date] And <=[Enter Ending Date]

If the DelDate field has a time part, then use:
=[Enter Begining Date] And <[Enter Ending Date] + 1
 

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