Hi,
How can you tell if a form is loaded, or visible?
would this work (from form2)
if form1.visible = true then
''CODE HERE
end if
Steve.
How can you tell if a form is loaded, or visible?
would this work (from form2)
if form1.visible = true then
''CODE HERE
end if
Steve.
Comment