Team LiB
Previous Section Next Section

OpenModule

Opens a code module.

Syntax

DoCmd.OpenModule [ModuleName][, ProcedureName]

with the following parameters:

ModuleName

The name of the module to open.

ProcedureName

The name of the procedure to display in the window.

Comments


Team LiB
Previous Section Next Section