Solved Needing info about command bars

mib1019

Member
Local time
Today, 01:39
Joined
Jun 19, 2020
Messages
88
I have my application using tabbed documents rather than separate windows for forms, etc. I need to modify the context menu on the tabs and don't know how that is addressed in VBA. I believe the Shortcut Menu property for the form relates to the records, not the tab itself. Will be creating custom shortcut menus for forms and reports but want to make sure I understand the differences in the related properties before I dive too deeply.

Thanks in advance!
MIB1019
 
Hi. When you refer to "tabs," I think you're referring to the "forms." Each shortcut menu is assigned to a Form (in the Shortcut Menu property of the form).
 

Users who are viewing this thread

Back
Top Bottom