B
Bill Sturdevant
I want to be able to programmatically select a menu item.
The help file says if I am using other than a couple of
basic menus, I need to use menu index numbers that would
typically be used in a macro in an earlier version of
Access. I have spent a couple of hours searching for that
info to no avail.
Here is what I want to do:
DoCmd.DoMenuItem acFormBar,(Tools Menu) ,(Replication) ,
(Create Replica), acMenuVer70
How do I do that?
This is so I can prompt the user to make the first replica
of a database, which I understand cannot be done
programatically.
The help file says if I am using other than a couple of
basic menus, I need to use menu index numbers that would
typically be used in a macro in an earlier version of
Access. I have spent a couple of hours searching for that
info to no avail.
Here is what I want to do:
DoCmd.DoMenuItem acFormBar,(Tools Menu) ,(Replication) ,
(Create Replica), acMenuVer70
How do I do that?
This is so I can prompt the user to make the first replica
of a database, which I understand cannot be done
programatically.