A family of Microsoft relational database management systems designed for ease of use.
Sometimes sharing a successful solution can "pay forward" that success and help others down the road.
Would you like to do that with this solution?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I tried to open a graph, I get the following message:
The expression On Open you entered as the event property setting produced the following error. Return without GoSub.
* The expression may not result in the name macro, the name of a user-defined function, or [Event Procedure].
* There may have been an error evaluating the function, event, or macro.
How can this be fixed?
Thank you
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Sometimes sharing a successful solution can "pay forward" that success and help others down the road.
Would you like to do that with this solution?
Duane
I found a work around that solved the issue. Thanks for the input.
The more important question we need answered is any code (or macros) in the report or in the procedure that opens the report. Does your code compile? Do you use Option Explicit at the top of every module?
Some Clarification. I am trying to open the report which contains a graph.
You should start by copying and pasting any relevant code so we can help. You typically don’t open a graph/chart. You open a form or report containing the graph control.
Did the form/report enter work?