J
JString
Hey there.
I've been experimenting with using a shared recordset object so that the
various subforms in my app will be linked to some degree. It works fine
until a sort button is pressed. When this happens, one subform will be
sorted but the others will not, and this comparison statement returns false:
forms("form1").recordset is forms("form2").recordset
So it looks like the sort button forces each form's recordset property to
change to a recordsetclone. Does anyone know of a better way?
I've been experimenting with using a shared recordset object so that the
various subforms in my app will be linked to some degree. It works fine
until a sort button is pressed. When this happens, one subform will be
sorted but the others will not, and this comparison statement returns false:
forms("form1").recordset is forms("form2").recordset
So it looks like the sort button forces each form's recordset property to
change to a recordsetclone. Does anyone know of a better way?