I have a main form, onto which I dragged a subform. The subform is unbound, and is a continuous form.
The main form generates a query which I want to be the recordsource of the subform. Does not seem to work.
I was trying:
The main form generates a query which I want to be the recordsource of the subform. Does not seem to work.
I was trying:
Code:
Forms![Copy of Mainform]!MainSubform.Form.RecordSource = MySql
[Forms]![Copy of Mainform]![MainSubform].Form.Requery