A
Adam Steiner
Hi,
Got another question (and thanks for answering the previous ones last
month).
I have an unbound form calling up data (concerning people) through an
ADO recordset. I have a subform which contains all of the donations
made by those people.
Since both the subform and regular form are unbound, I seem to have
trouble. I can't figure out which subform object I use to change the
recordset of the subform (to donorID=x) every time a new person is
loaded on the main form.
I've tried Me.Form.sbfrmName.Recordset = adoRsDonor as well as a couple
of others (I think one may have been recordsource). I sometimes get a
an error with the _Subform object of the form.
Any recommendations?
Thanks,
Adam
Got another question (and thanks for answering the previous ones last
month).
I have an unbound form calling up data (concerning people) through an
ADO recordset. I have a subform which contains all of the donations
made by those people.
Since both the subform and regular form are unbound, I seem to have
trouble. I can't figure out which subform object I use to change the
recordset of the subform (to donorID=x) every time a new person is
loaded on the main form.
I've tried Me.Form.sbfrmName.Recordset = adoRsDonor as well as a couple
of others (I think one may have been recordsource). I sometimes get a
an error with the _Subform object of the form.
Any recommendations?
Thanks,
Adam