Hi there.
I've got two forms (form1.frm and frmoptions.frm.) The first form contains a variable (multip = 2.) When I click on the first form let's say I want to see that variable in the second form's command button's caption. This doesn't work. All I get is a blank command button (without the variable as the caption.)
I've declared the variable as 'Public' in the General / Declarations section (in the first form.) And I use the code below to see the second form...
frmoptions.Show
frmoptions.SetFocus
Any suggestions? Thanks :)