D
Dave Ruhl
How can I check to see if a form is visible from another
form ? I've tried the following code, which works fine
if the form IS visible, but I get an error if it isn't.
I realize I could handle the error and get around it, but
there should be a simpler way. Thanks in advance!
If Forms!frmMyForm.Visible = True Then
' do whatever....
Else
' do whatever else....
Endif
form ? I've tried the following code, which works fine
if the form IS visible, but I get an error if it isn't.
I realize I could handle the error and get around it, but
there should be a simpler way. Thanks in advance!
If Forms!frmMyForm.Visible = True Then
' do whatever....
Else
' do whatever else....
Endif