Fabian1675
Registered User.
- Local time
- Today, 09:58
- Joined
- May 5, 2011
- Messages
- 23
Hello everyone, I got a quick question to the experts
I have a form that has 3 textboxes named: StartDate, EndDate and Name. What I'm trying to do is have the user enter a start and end date then the name then click the search button, when I click on the button it does not return the date specified from the textboxes. it just displays all the record for the name that was selected.
This is what I wrote in my querry under StartDate criteria section:
between [forms]![datesearch]![StartDate] and [forms]![datesearch]![EndDate]
I'm not sure why this is not filtering the proper dates.
I have a form that has 3 textboxes named: StartDate, EndDate and Name. What I'm trying to do is have the user enter a start and end date then the name then click the search button, when I click on the button it does not return the date specified from the textboxes. it just displays all the record for the name that was selected.
This is what I wrote in my querry under StartDate criteria section:
between [forms]![datesearch]![StartDate] and [forms]![datesearch]![EndDate]
I'm not sure why this is not filtering the proper dates.