mloucel
Member
- Local time
- Today, 02:30
- Joined
- Aug 5, 2020
- Messages
- 309
I am using:
FormName is the Name of the SUB-FORM, not of the MAIN FORM.
It works with the main Form, but not for the Sub-Form, the only way I've found to disable the Sub-Form sub menu is to go directly to the property tab
and disable it there, but just as a curiosity what will be the proper syntax for the Sub Form when is inside of the main form?
Help will be appreciated even if this is not possible.
Code:
Forms("FormName").ShortcutMenu = TempVars("SCM").value
FormName is the Name of the SUB-FORM, not of the MAIN FORM.
It works with the main Form, but not for the Sub-Form, the only way I've found to disable the Sub-Form sub menu is to go directly to the property tab
and disable it there, but just as a curiosity what will be the proper syntax for the Sub Form when is inside of the main form?
Help will be appreciated even if this is not possible.