D
dkillam
I have a query that takes dates from a Form
Between [Forms].[Startup].[txtDateFrom] And [Forms].[Startup].[txtDateTo]
The query runs as expected as long as the form is active with dates in the
required fields.
When the query is called by way of a report, the following error is generated.
"The Microsoft Jet database engine does not recognize
"Forme!Startup!txtDateFrom' as a valid field name or expression".
What am I missing here?
Thanks
Between [Forms].[Startup].[txtDateFrom] And [Forms].[Startup].[txtDateTo]
The query runs as expected as long as the form is active with dates in the
required fields.
When the query is called by way of a report, the following error is generated.
"The Microsoft Jet database engine does not recognize
"Forme!Startup!txtDateFrom' as a valid field name or expression".
What am I missing here?
Thanks