Does anyone if you can use RecordSetClone w/ a subform and if yes, do you know the correct? I have tried the following:
Set rs = Forms![MainForm]![Subform]!RecordsetClone
and Access97 keeps telling me that it can find the field 'RecordsetClone'.
If I try:
Set rs = Forms![Subform].RecordsetClone
I am told that Access97 can not find my form.
Set rs = Forms![MainForm]![Subform]!RecordsetClone
and Access97 keeps telling me that it can find the field 'RecordsetClone'.
If I try:
Set rs = Forms![Subform].RecordsetClone
I am told that Access97 can not find my form.