Jul 28, 2005 #1 sk8er1 Programmer Jan 2, 2005 229 US I have a menu bar that has an icon labelled "Convert to Adobe PDF. I want to convert my report to adobe by clicking a button. The convert to adobe is on a menu called UTILITY 1. How do you do this in code. Docmd.DoMenuItem ...... Thanks
I have a menu bar that has an icon labelled "Convert to Adobe PDF. I want to convert my report to adobe by clicking a button. The convert to adobe is on a menu called UTILITY 1. How do you do this in code. Docmd.DoMenuItem ...... Thanks
Jul 28, 2005 #2 PHV MIS Nov 8, 2002 53,708 FR Are you aware that the DoMenuItem method is deprecated since ac97 ? Upvote 0 Downvote
Jul 28, 2005 Thread starter #3 sk8er1 Programmer Jan 2, 2005 229 US Yes, but I really don't understand how it works... Can you explain what the following line is doing... DoCmd.DoMenuItem acFormBar, acEditMenu, acUndo, , acMenuVer70 Along the top of my access 2002, I have FILE EDIT VIEW INSERT FORMAT TOOLS WINDOW HELP Thanks Upvote 0 Downvote
Yes, but I really don't understand how it works... Can you explain what the following line is doing... DoCmd.DoMenuItem acFormBar, acEditMenu, acUndo, , acMenuVer70 Along the top of my access 2002, I have FILE EDIT VIEW INSERT FORMAT TOOLS WINDOW HELP Thanks
Jul 28, 2005 #4 PHV MIS Nov 8, 2002 53,708 FR I really don't understand how it works So, don't use it ;-) The preferred method is DoCmd.RunCommand Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
I really don't understand how it works So, don't use it ;-) The preferred method is DoCmd.RunCommand Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886