G
Guest
I am trying to access the record set of a subform on an active form, which
will change, using a string, when I try the following code, access reports
that it cannot find the form
Forms(frmName).Recordset.RecordCount
But when I reference it directly it works
Form_OldGroupsList.Recordset.RecordCount
but if i use this method does not allow dynamic access
Amiga1200
will change, using a string, when I try the following code, access reports
that it cannot find the form
Forms(frmName).Recordset.RecordCount
But when I reference it directly it works
Form_OldGroupsList.Recordset.RecordCount
but if i use this method does not allow dynamic access
Amiga1200