I am working with some old code which is lttered with numerous DoMenuItem instructions such as:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
Can anyone point me to a table or list I could use to quickly determine what operation each of these menu items actually does?
Constant Value
acFirst 2
acGoTo 4
acLast 3
acNewRec 5
acNext 1
acPrevious 0