G
gdavi
I am trying to troubleshoot a form which prompts users for report
parameters. It was working just fine in Access 2000 and 2002, but since
we've switched to 2003 we're getting error messages with it.
This unbound form has an OK button control which is supposed to set the
form's visible property to no, then the report opens using the data typed
into an unbound field on the form to populate the report. It uses the "Set
Value" function to set the visible property to no. Since the upgrade to 2003
though, the button returns the following message:
"You entered an expression that has an invalid reference to the property
visible"
I tried rebuilding the macro using the syntax
[Forms]![frmReportCriteria].[Visible] for the Set Value function. This
results in the following error message:
"You don't have the license required to use this ActiveX control"
Any ideas out there? The Microsoft KB didn't seem to have any answers.
Thanks...
Gary
parameters. It was working just fine in Access 2000 and 2002, but since
we've switched to 2003 we're getting error messages with it.
This unbound form has an OK button control which is supposed to set the
form's visible property to no, then the report opens using the data typed
into an unbound field on the form to populate the report. It uses the "Set
Value" function to set the visible property to no. Since the upgrade to 2003
though, the button returns the following message:
"You entered an expression that has an invalid reference to the property
visible"
I tried rebuilding the macro using the syntax
[Forms]![frmReportCriteria].[Visible] for the Set Value function. This
results in the following error message:
"You don't have the license required to use this ActiveX control"
Any ideas out there? The Microsoft KB didn't seem to have any answers.
Thanks...
Gary