P
PeterM
I have a 2002 format project. I have built a custom menu for the app. In
the On Action I've put
DisplayFormA
in a module
Public Function DisplayFormA()
forms!FormA.setfocus
forms!FormA.textbox_a.setfocus
(other stuff)
end Function
When the menu item is selected it executes the function 3 times, always
three times. Why? this is driving me crazy. I've looked everywhere and
can't find a reason.
Any help would be appreciated.
the On Action I've put
DisplayFormA
in a module
Public Function DisplayFormA()
forms!FormA.setfocus
forms!FormA.textbox_a.setfocus
(other stuff)
end Function
When the menu item is selected it executes the function 3 times, always
three times. Why? this is driving me crazy. I've looked everywhere and
can't find a reason.
Any help would be appreciated.