G
Guest
I need to see what frm is set to after this line:
Set frm = Me.Controls("frm" & strTab).Form
I am getting an "object not set" error but can't see what frm is set to
either from the locals window or using
MsgBox frm
How do I see what frm is set to?
Thanks!!
Set frm = Me.Controls("frm" & strTab).Form
I am getting an "object not set" error but can't see what frm is set to
either from the locals window or using
MsgBox frm
How do I see what frm is set to?
Thanks!!