I have a form with a couple of events scripted in VBA (an AfterUpdate on a combobox, another OnClick on a button). Basically I want to use a string variable from the AfterUpdate code, in the OnClick section of the code. How do I do this?
This string will be passed with OpenArgs to a report, if that makes a difference.