If I ever need to refer to a variable on another form, i would normally add a textbox, set its visible prop to false, and copy the contents of the variable into the textbox. I would then refer to it using forms!formname!textbox.
Is there any way to refer to it without doing this extra work (and without creating a global variable)? I am almost sure that when I used to use Paradox for win (Ver 5) (an absolutely wonderful product), u could open a form ,and pass a value back to the calling form, something on the lines of:
var = openform "form name" Nick (Everton Rool OK!)
Is there any way to refer to it without doing this extra work (and without creating a global variable)? I am almost sure that when I used to use Paradox for win (Ver 5) (an absolutely wonderful product), u could open a form ,and pass a value back to the calling form, something on the lines of:
var = openform "form name" Nick (Everton Rool OK!)