Ok, I'm sure someone has seen this before, but I can't find a solution.
When using DoCmd.RunComman d acCmdPrint, the Setup... button in the Print Dialog gives me a message box saying:
-------------------------------------------------------------------------------------
This action can't be carried out while processing a form or report event.
A macro specified as the OnOpen, OnLoad, OnClose, OnFormat, OnRetreat, OnPage, or OnPrint property setting contains an invalid action for the property.
When you click OK, an Action Failed dialog box will display the name of the macro that failed and its arguments.
-------------------------------------------------------------------------------------
When I do click OK, there is no other dialog box.
One user on another forum said s/he solved the problem by setting the report to PopUp, but that didn't work for me either.
Any ideas?
When using DoCmd.RunComman d acCmdPrint, the Setup... button in the Print Dialog gives me a message box saying:
-------------------------------------------------------------------------------------
This action can't be carried out while processing a form or report event.
A macro specified as the OnOpen, OnLoad, OnClose, OnFormat, OnRetreat, OnPage, or OnPrint property setting contains an invalid action for the property.
When you click OK, an Action Failed dialog box will display the name of the macro that failed and its arguments.
-------------------------------------------------------------------------------------
When I do click OK, there is no other dialog box.
One user on another forum said s/he solved the problem by setting the report to PopUp, but that didn't work for me either.
Any ideas?
Comment