Nothing

  • Thread starter Thread starter Michael Wong
  • Start date Start date
M

Michael Wong

Ok, I've been programming Access since last and if I ask the following
question, you might think I'm a bit wierd...

I have a global variable:
Dim globalMyForm As Form_MyForm

What is the correct way to know whether is has been set to an instance of a
form?

If globalMyForm = Nothing ?
 
Back
Top