As part of the system I'm building I use the pop-up property for all forms. As I close one particular form I want it to 'click' a button on the form beneath it.
I've pressed a button with another button before with :
buttonName_click
and I've accessed data from another form with :
forms![formname]![controlname].value
and I'm guessing that there is a way to combine these to do what I want but I can't find it.
Any and all help greatly appreciated as usual.
Thanks
I've pressed a button with another button before with :
buttonName_click
and I've accessed data from another form with :
forms![formname]![controlname].value
and I'm guessing that there is a way to combine these to do what I want but I can't find it.
Any and all help greatly appreciated as usual.
Thanks