G
Guest
I am trying to access the recordset of a subform on an active form using a
string. Then active form may not always be the same.
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 it does not allow dynamic access
Amiga1200
string. Then active form may not always be the same.
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 it does not allow dynamic access
Amiga1200