Hi,
I have a form with two unbound date text boxes [StartDate] and [EndDate]. then I have a tab control with two queries that filter (or should filter) off these forms.
On the query/subform I have the date field filtered by :
Between Forms![Time Reporting tool]![StartDate] And Forms![Time Reporting tool]![EndDate]. OR thats what it SHOULD say.
Access keeps autocorrecting it to Between
[Forms]![Time Reporting tool]![StartDate] And [Forms]![Time Reporting tool]![EndDate]
A subtle yet destructive difference. I keep getting prompted to enter the date instead of the query referring to the form. When I go to SQL view and correct it there I get the same thing happening: Access breaks my query again.
How do I make it stop?