beanbeanbean
Registered User.
- Local time
- Today, 02:34
- Joined
- Sep 17, 2008
- Messages
- 124
hey guys would you pls help me.
i am currently doing a search form. and i am working on how to extract dates in between.
for example. i have an option group and i set the start date and the end date. and then when i press the search button, it should call out every date in the table that is in between the dates i set.
currently i'm using
Between [Forms]![Search Form]![QStart] And [Forms]![Search Form]![QEnd]
but it does not seem to work !
i'm trying to extract the dates from the table field transaction date 1, transaction date 2, transaction date 3 and date of query.
i pasted Between [Forms]![Search Form]![QStart] And [Forms]![Search Form]![QEnd] in the criteria of each one of them but it does not seem to work.
can anyone help me ! thanks.
the end product of the search button should be that when i set the dates and press the search button, the full table would come out showing every field but only the ones that have the dates which are in between the set dates.
attached is my database. would be deeply grateful.
i am currently doing a search form. and i am working on how to extract dates in between.
for example. i have an option group and i set the start date and the end date. and then when i press the search button, it should call out every date in the table that is in between the dates i set.
currently i'm using
Between [Forms]![Search Form]![QStart] And [Forms]![Search Form]![QEnd]
but it does not seem to work !
i'm trying to extract the dates from the table field transaction date 1, transaction date 2, transaction date 3 and date of query.
i pasted Between [Forms]![Search Form]![QStart] And [Forms]![Search Form]![QEnd] in the criteria of each one of them but it does not seem to work.
can anyone help me ! thanks.
the end product of the search button should be that when i set the dates and press the search button, the full table would come out showing every field but only the ones that have the dates which are in between the set dates.
attached is my database. would be deeply grateful.