DoCmd.RunCommand (Access)
The RunCommand method runs a built-in command.
Each menu and toolbar command in Microsoft Access has an associated constant that you can use with the RunCommand method to run that command from Visual Basic. You can't use the RunCommand method to run a command on a custom menu or toolbar. You can only use it with built-in menus and toolbars. The RunCommand method replaces the DoMenuItem method of the DoCmd object.
RunCommand (Command)
Command: An AcCommand constant that specifies the command to run.
DoCmd.RunCommand Command:=acCmdAboutMicrosoftAccess