View Full Version : Query Parameter question


rkrause
07-09-2008, 11:34 AM
I have a field called coll_follupdate and when i run my query i want to be able to select all the date ranges for ex. 5/01/08 - 7/09/08. But when i run my query all i get is all the accounts with the date of 5/01/08 - 7/09/08 and nothing in between.

in my query in the criteria for the field i have

[Enter a start date]
[Enter end date]

any help thanks

pbaldy
07-09-2008, 11:40 AM
On different lines? You want this on one line:

Between [Enter a start date] And [Enter end date]

rkrause
07-09-2008, 11:42 AM
ive tried that but it gives me all records, just not the ones within my search

any more help?

pbaldy
07-09-2008, 11:49 AM
Can you post a sample db? Is your field actually a date field? Between is commonly used to restrict records to those that fall between the 2 parameters, inclusive.