DoCmd.DoMenuItem acFormBar, 3, 0, , acMenuVer70

bnw

Registered User.
Local time
Yesterday, 20:53
Joined
Sep 19, 2006
Messages
26
What do this line of code mean? :confused:
 
This is a couple I have in A2003 from A95 conversion

DoCmd.DoMenuItem 0, 1, 3, 0, acMenuVer70 ' Form, Edit, Paste

DoCmd.DoMenuItem 0, 5, 4, 0, acMenuVer70 ' Form, Records, Save Record

They are macro actions converted to code.

I am not sure if it was A97 or A2000 when RunCommand replaced DoMenuItem.

The form (my bold) refers to the menu available from the tool bar when a form is open.

Because RuralGuy is older than me he has to refer to a site:D
 
It was all I could do to type as many letters as I did. :D
 

Users who are viewing this thread

Back
Top Bottom