Hi,
I have a query which returns values based on financial years, stored as strings. In the criteria box I reference a text box called 'daterange' on a form called 'grant discounts' In the criteria box I have the reference
Forms![Grant Discounts]![Daterange]
which returns no records.
Here is an example of the string in the text box 'daterange':
In ("99/00","00/01","01/02","02/03"
If I cut and paste this string into the criteria box, I get loads of records returned. However if I reference the control using Forms![Grant Discounts]![Daterange] I get nothing.
Can anyone help?
Thanks in advance,
RFletch
I have a query which returns values based on financial years, stored as strings. In the criteria box I reference a text box called 'daterange' on a form called 'grant discounts' In the criteria box I have the reference
Forms![Grant Discounts]![Daterange]
which returns no records.
Here is an example of the string in the text box 'daterange':
In ("99/00","00/01","01/02","02/03"
If I cut and paste this string into the criteria box, I get loads of records returned. However if I reference the control using Forms![Grant Discounts]![Daterange] I get nothing.
Can anyone help?
Thanks in advance,
RFletch