M
Mark A. Sam
I want to close the open forms by enumerating through the forms collection,
but don't know the syntax to close the form from the variable name, frm.
I tried,
Docmd.Close acForm, frm.name
which gave me an error saying it didn't recognize the control "form name"
Where "form name" is the actualy form name.
Thanks
Mark A.Sam
but don't know the syntax to close the form from the variable name, frm.
I tried,
Docmd.Close acForm, frm.name
which gave me an error saying it didn't recognize the control "form name"
Where "form name" is the actualy form name.
Thanks
Mark A.Sam