RunCommand constants are designed to allow the built-in menu functionality to be used in code. I
have tried to map the constants to their menu equivalent. However this is by no means an exact or
complete list, especially as functions move between menu items in different versions of Access. Also
the menus change as you work in different parts of Access. Select the menu that you require below.
Edit Menu
Variations of this menu are available in the following Access areas: Database Window, Code Window, Filter Design,
Form Datasheet, Form Design, Form View, Query Datasheet, Query Design, Query SQL, Relationships, Report Design,
Table Datasheet, Table Design, Macro Design, VBA
Menu Item
RunCommand Equivalent
Bookmarks - Clear All Bookmarks
acCmdBookmarksClearAll
Bookmarks - Next Bookmark
acCmdBookmarksNext
Bookmarks - Previous Bookmark
acCmdBookmarksPrevious
Clear Grid
acCmdClearGrid
Clear Layout
acCmdClearAll
Complete Word
acCmdCompleteWord
Create Shortcut
acCmdCreateShortcut
Delete Columns
acCmdDeleteQueryColumn
Delete Record
acCmdDeleteRecord
Delete Rows
acCmdDeleteRows
Goto - First
acCmdRecordsGoToFirst
Goto - Last
acCmdRecordsGoToLast
Goto - New Record
acCmdRecordsGoToNew
Goto - Next
acCmdRecordsGoToNext
Goto - Previous
acCmdRecordsGoToPrevious
Linked Document Object - Convert
acCmdOLEObjectConvert
Linked Document Object - Open
acCmdOLEObjectDefaultVerb
List Constants
acCmdListConstants
List Properties/Members
acCmdShowMembers
Ole/DDE Links
acCmdOLEDDELinks
Parameter Info
acCmdParameterInfo
Paste Append
acCmdPasteAppend
Paste Special
acCmdPasteSpecial
Primary Key
acCmdPrimaryKey
Quick Info
acCmdQuickInfo
Select All
acCmdSelectAll
Select All Records
acCmdSelectAllRecords
Select Form
acCmdSelectForm
Select Record
acCmdSelectRecord
Select Report
acCmdSelectReport
Test Validation Rules
acCmdTestValidationRules