Hello Gurus,
I currently have a form that houses multiple subforms and it's all on tabs, within the form.
I have a query that I want the date range to be called from a DatePickr that is in one of the tabs, but it doesn't recognize it. I tried the following:
Between [Forms]![Totals By Date]![Start] And [Forms]![Totals By Date]![End]
as the criteria for the date, but it didn't work because it's within a tab in the form.
All help is greatly appreciated. Thanks again!
I currently have a form that houses multiple subforms and it's all on tabs, within the form.
I have a query that I want the date range to be called from a DatePickr that is in one of the tabs, but it doesn't recognize it. I tried the following:
Between [Forms]![Totals By Date]![Start] And [Forms]![Totals By Date]![End]
as the criteria for the date, but it didn't work because it's within a tab in the form.
All help is greatly appreciated. Thanks again!
Comment