Hi
I know this is stupid but ... I looked in my book and it said it you want to test whether a form is open you can do this ...
If FormName.IsLoaded = True Then
If I try this it tells me 'IsLoaded' is not a valid property.
How do you test if a specific form is open?
Cheers
I know this is stupid but ... I looked in my book and it said it you want to test whether a form is open you can do this ...
If FormName.IsLoaded = True Then
If I try this it tells me 'IsLoaded' is not a valid property.
How do you test if a specific form is open?
Cheers