Expand Minimize
This topic has not yet been rated - Rate this topic

DoCmd.RunCommand Method (Access)

Published: July 16, 2012

The RunCommand method runs a built-in command.

expression .RunCommand(Command)

expression A variable that represents a DoCmd object.

Parameters

Name

Required/Optional

Data Type

Description

Command

Required

AcCommand

An AcCommand constant that specifies the commend to run.

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.