Full List of All RunCommand Constants

Here is a complete list of RunCommand constants with a description of their function where I know what they do. Both the list in Access Help and the list obtainable on the Microsoft Web Site are incomplete and contradict one another.

I have colour coded the list dependent on the version in which they first appeared - Access 97, Access 2000, Access XP, Access 2003 or Access 2007. Prior to Access 2007, all later versions of Access recognise the earlier commands. See Known Problems for more details. Some of these were retained for backwards compatibility only. If you spot any errors or can fill the gaps please let me know.

Code Link links to code examples for that constant. Select the start letter, ignoring the acCmd, of the constant.

Select the sixth letter of the acCmdConstant
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Constants starting acCmdL

Constant
Description
Value

acCmdLastPosition
Returns cursor to last position in the module window
339

acCmdLayoutGridlinesBoth
 
574

acCmdLayoutGridlinesBottom
 
580

acCmdLayoutGridlinesCrossHatch
 
578

acCmdLayoutGridlinesHorizontal
 
576

acCmdLayoutGridlinesNone
 
577

acCmdLayoutGridlinesOutline
 
581

acCmdLayoutGridlinesTop
 
579

acCmdLayoutGridlinesVertical
 
575

acCmdLayoutPreview
Print Preview with sample data
141

acCmdLayoutView
 
593

acCmdLineUpIcons
Line up icons in columns
213

acCmdLinkedTableManager
Opens the Linked Table Manager dialog
519

Code ExampleacCmdLinkTables
Displays the Link tables dialog
102

acCmdListConstants
Display drop down in code window of available constants
303

Code ExampleacCmdLoadFromQuery
Opens the Applicable Query dialog
95