I'm in a tab of a tabbed control in a subform. There is a command button that opens a new form (with docmd.openform)and certain logic builds a string and populates a global variable.
I need to get this global variable in a textbox (locked) in the tab above the command button. I do not want to load this from the form I open but after I return (this is very important!).
How to do it? Logic that I put after the openform does not work, I also tried the form activate event (does not trigger). I cant use focus on the textbox as it is locked.
I need to get this global variable in a textbox (locked) in the tab above the command button. I do not want to load this from the form I open but after I return (this is very important!).
How to do it? Logic that I put after the openform does not work, I also tried the form activate event (does not trigger). I cant use focus on the textbox as it is locked.