How to check for Open Form with vba

J

John Michael

How do you check for an open form with vba.
I'm trying to requery a subform with the below state ment and it only works
if the form is open.
Forms![Open Transactions]!ctrlOpenTransactionsSubform.Requery

Thanks
John Michael
 
Top