Hi all
newbie question - Access VBA help says that DoMenuItem was replaced by the
RunCommand method.
a) I'm having syntax trouble changing the following two line to the newer
method:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
b) Any good sources to learn more about RunCommand?

Signature
Thanks
cinnie
shanesullaway - 29 Jan 2007 17:12 GMT
Hey Cinnie,
Take a look at the following link, to a post, that I think will answer your
first question.
http://www.accessmonster.com/Uwe/Forum.aspx/access-modulesdaovba/12871/acMenuVer
70-commands-help
For you second question take a look at this link
http://home.clara.net/tkwickenden/
HTH,
Shane
>Hi all
>newbie question - Access VBA help says that DoMenuItem was replaced by the
[quoted text clipped - 7 lines]
>
>b) Any good sources to learn more about RunCommand?