R
Russ
Access 2k. I'm trying to page a report with 500 entries per page. I
followed the help instructions including making two macros, one
conditional [Counter]=500 that change the Visible attribute, and
assigned them to the On Format event of the report page header and
detail header.
When I run the report, I get the following message:
The object doesn't contain the Automation object 'Counter.'
You tried to run a Visual Basic procedure to set a property or method
for an object. However, the component doesn't make the property or
method available for Automatic operations.
Check the component's documentation for information on the properties
and methods it makes available for Automation operations.
Can anyone decifer this message?
Thanks, Russ
followed the help instructions including making two macros, one
conditional [Counter]=500 that change the Visible attribute, and
assigned them to the On Format event of the report page header and
detail header.
When I run the report, I get the following message:
The object doesn't contain the Automation object 'Counter.'
You tried to run a Visual Basic procedure to set a property or method
for an object. However, the component doesn't make the property or
method available for Automatic operations.
Check the component's documentation for information on the properties
and methods it makes available for Automation operations.
Can anyone decifer this message?
Thanks, Russ