I have many queries that 'should' pick up dates from a form. For some reason they don't want to pick up the dates I have entered into the text boxes on the form. All my references appear to be correct. My query criteria reads:
[forms]![date]![tb1]
'date' being the name of my form and 'tb1' being the name of my text box I want the query to pick up the date from.
..So I have my form open, I type the date 08/09/01 into tb1(text box 1) and then run my query. But, it comes up with no records. If I close the form and run the query again, its asks for a parameter for tb1. If you enter the same date again, it works, it comes up with the records I need.
Can you shed any light. I think it's got something to do with my form. In design view the text box says unbound. In form view its blank until you type in the date (I have an input mask - 00/00/00;0)
If ANYONE can help me with this it would be much appreciated.
....Donny
[forms]![date]![tb1]
'date' being the name of my form and 'tb1' being the name of my text box I want the query to pick up the date from.
..So I have my form open, I type the date 08/09/01 into tb1(text box 1) and then run my query. But, it comes up with no records. If I close the form and run the query again, its asks for a parameter for tb1. If you enter the same date again, it works, it comes up with the records I need.
Can you shed any light. I think it's got something to do with my form. In design view the text box says unbound. In form view its blank until you type in the date (I have an input mask - 00/00/00;0)
If ANYONE can help me with this it would be much appreciated.
....Donny