I have an access query Qry1 that needs to run quarterly.
The begin and end dates are hardcoded. Another crosstab query is using Qry1 as a source.
When I try to change the dates as parameters using [BeginDate] and [End Date] for dates, It works in QryA but I encounter the error as “Microsoft Jet database does not recognize [BeginDate] as a valid field name or expression.
How can I fix that?
Thank you,
Blyzz