B bnw Registered User. Local time Yesterday, 20:53 Joined Sep 19, 2006 Messages 26 Dec 24, 2008 #1 What do this line of code mean?
RuralGuy AWF VIP Local time Yesterday, 21:53 Joined Jul 2, 2005 Messages 13,825 Dec 24, 2008 #2 Here's the site I use to convert to the new RunCommand. http://home.clara.net/tkwickenden/domenuitem.htm
Here's the site I use to convert to the new RunCommand. http://home.clara.net/tkwickenden/domenuitem.htm
M Mike375 Registered User. Local time Today, 13:53 Joined Aug 28, 2008 Messages 2,548 Dec 24, 2008 #3 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
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
RuralGuy AWF VIP Local time Yesterday, 21:53 Joined Jul 2, 2005 Messages 13,825 Dec 24, 2008 #4 It was all I could do to type as many letters as I did.