Form Macro - OLE error?

MissAnna

Registered User.
Local time
Today, 00:32
Joined
May 14, 2002
Messages
10
Hi,

I have several checkboxes on a form that represent different reports, I have a macro attached to a 'print preview' button that shows the report for the checkbox which is active, in the condition of the macro I have the following:
[screen].[activeform].[chkboxname]= -1
then Action 'Open Report'

When the macro is run though the button on the form I invariably get an error message, 'the OLE object specified in the Visual Basic Procedure is not an OLE object'

I have triple checked the names of the checkboxes on the form against the names in the macro and they are correct..

Does anybody know what the problem might be, or how I can fix this?

Cheers,
Miss Anna
 

Users who are viewing this thread

Back
Top Bottom