Hi,
I have a form that I have 2 dates on. I am trying to use these dates as criteria for a query:
Between [Forms]![Form Name]![Start Date] AND
[Forms]![Form Name]![End Date]
The query is running as if that criteria statement is not there and it includes dates that are not between the start and end.
Any ideas?
I have a form that I have 2 dates on. I am trying to use these dates as criteria for a query:
Between [Forms]![Form Name]![Start Date] AND
[Forms]![Form Name]![End Date]
The query is running as if that criteria statement is not there and it includes dates that are not between the start and end.
Any ideas?