
Declaring Form Objects
Question: If i declare a new form as an object variable,Dim NewForm as Formset NewForm=form2NewForm.ShowOnce I have a one of those forms, how do refer to that particularinstance of the form in the code? NewForm and form2 produce a syntax error. Answer: Let’s say that fRealForm is actually a form