Hey hey,
I'm building reports using the chart wizard within MS Access 97.
The report is based on two date fields and returns the information that falls between the 2 dates.
The criteria in my qry is as follows:
Between [Forms]![frmNCRReports]![begindate] And [Forms]![frmNCRReports]![enddate]
Now the qry runs just fine, so i know it's not a syntax problem, but when i run the report i get the following errormsg and the report opens up blank.:
The Microsoft Database engine does not recognize 'Between [Forms]![frmNCRReports]![begindate]' as a valid field name or expression.
Any help would be apreciated, Thank you
I'm building reports using the chart wizard within MS Access 97.
The report is based on two date fields and returns the information that falls between the 2 dates.
The criteria in my qry is as follows:
Between [Forms]![frmNCRReports]![begindate] And [Forms]![frmNCRReports]![enddate]
Now the qry runs just fine, so i know it's not a syntax problem, but when i run the report i get the following errormsg and the report opens up blank.:
The Microsoft Database engine does not recognize 'Between [Forms]![frmNCRReports]![begindate]' as a valid field name or expression.
Any help would be apreciated, Thank you