Create custom right-click menu for a form (1 Viewer)

jsmith2

New member
Local time
Today, 04:09
Joined
May 24, 2018
Messages
2
I am trying to set up a right-click menu for an Access Application. This menu will be used for several different fields on several different forms. One of the menu items will be a custom control that will call a function via the OnAction argument.

In the function, I need to get the name of the form field that was right-clicked. How do I get that value in my custom function?
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 19:09
Joined
May 7, 2009
Messages
19,175
Use screen.activecontrol
 

jsmith2

New member
Local time
Today, 04:09
Joined
May 24, 2018
Messages
2
Wow - that was quick! Many thanks for the quick reply!
 

Users who are viewing this thread

Top Bottom