foxhound44
Technical User
I have a form, frmMain. I have an if statement that I would like to use but I want to make sure that the form is open first, I also do not want to load that form on startup and make it invisible. So how in VB would I say:
If frmMain is Open Then
...
TIA!!!!!
If frmMain is Open Then
...
TIA!!!!!