G
Guest
Hi,
I have a form called (Ex: "FormA") with a subform in it called (Ex:
"SForm"). In SForm form I have a combo box called "ComboBox".
Through code in the SForm form I would like to load a query called ("Q1") in
the RowSource property of the ComboBox control. I am currently using the
following command, but I have been unsuccessfull:
[Forms]![FormA]![SForm].[Form]![ComboBox].Properties("Row Source") = Q1
Can anyone help?
Best regards
Robert
I have a form called (Ex: "FormA") with a subform in it called (Ex:
"SForm"). In SForm form I have a combo box called "ComboBox".
Through code in the SForm form I would like to load a query called ("Q1") in
the RowSource property of the ComboBox control. I am currently using the
following command, but I have been unsuccessfull:
[Forms]![FormA]![SForm].[Form]![ComboBox].Properties("Row Source") = Q1
Can anyone help?
Best regards
Robert