Code Examples For RunCommand Constants

Show Documenter

acCmdDocumenter

This function could be used to add the Documenter to a custom menu.

'***************** Code Start *******************
' Code by Terry Wickenden

Function mnuDocumentor()
    DoCmd.RunCommand acCmdDocumenter
End Function

'****************** Code End ********************