Saturday, September 29, 2018

OpenDiagram Macro Action

OpenDiagram Macro Action

In an Access project (*.adp), you can use the OpenDiagram macro action to open a database diagram in Design view.

Note: This action will not be allowed if the database is not trusted.

Note: Access 2010 is the last version that supports Access data projects.

Setting

The OpenDiagram macro action has the following argument.

Action argument

Description

Diagram Name

The name of the database diagram to open. The Diagram Name box in the Action Arguments section of the macro design window shows all database diagrams in the current database. This is a required argument.

If you run a macro containing the OpenDiagram action in a library database, Access first looks for the diagram with this name in the library database, and then in the current database.

Remarks

This action is similar to double-clicking a database diagram in the Navigation Pane, or right-clicking the database diagram in the Navigation Pane and then clicking Design View.

Tip

You can drag a database diagram from the Navigation Pane to the macro design window. This automatically creates an OpenDiagram action that opens the database diagram in Design view.

To run the OpenDiagram macro action in a Visual Basic for Applications (VBA) module, use the OpenDiagram method of the DoCmd object.

No comments:

Post a Comment