S
swas
Hi,
I have a form with two subforms on it. I need to update the recordsource on
one of these subforms as it is not bound to the main form.
Me.frmVarianceDetail.Form.RecordSource = strTmp
should work. Same code on other forms works. I can change the recordsource
in the other subform (Though I don't want to - just to check). I can set a
text box on the subform to strTmp. In fact I can do anything except change
the actual recordsource.
I have recreated a form and can change it. I have recreated the subform and
same problem.
Could the problem be a corrupted parent form?
Just really frustrated in what should be something straightforward.
Thanks in advance.
swas
I have a form with two subforms on it. I need to update the recordsource on
one of these subforms as it is not bound to the main form.
Me.frmVarianceDetail.Form.RecordSource = strTmp
should work. Same code on other forms works. I can change the recordsource
in the other subform (Though I don't want to - just to check). I can set a
text box on the subform to strTmp. In fact I can do anything except change
the actual recordsource.
I have recreated a form and can change it. I have recreated the subform and
same problem.
Could the problem be a corrupted parent form?
Just really frustrated in what should be something straightforward.
Thanks in advance.
swas