Hello,
I have a subform that is bound to a query. I have some textbox controls that are bound to fields in that query. Everything is working fine. I also have another control, on the same subform, that I would like to bind to a different query altogether independent of the query that's bound to the subform.
Doesn't seem possible using the Properties available for the control in question. All I see available is the Control Source Property, and the only fields available are fields from the original query that's bound to the subform. I tried building an expression in the Control Source Property using the new query I would like to bind to, but I am getting #Name? error in the control in question.
Again, the subform is bound to a query, and all of the controls on the subform are working fine, except for the one that I would like to bind to a different query altogether.
Should I just create a new subform for this one control and the new query?
Any ideas?
Thanks,
Scott
I have a subform that is bound to a query. I have some textbox controls that are bound to fields in that query. Everything is working fine. I also have another control, on the same subform, that I would like to bind to a different query altogether independent of the query that's bound to the subform.
Doesn't seem possible using the Properties available for the control in question. All I see available is the Control Source Property, and the only fields available are fields from the original query that's bound to the subform. I tried building an expression in the Control Source Property using the new query I would like to bind to, but I am getting #Name? error in the control in question.
Again, the subform is bound to a query, and all of the controls on the subform are working fine, except for the one that I would like to bind to a different query altogether.
Should I just create a new subform for this one control and the new query?
Any ideas?
Thanks,
Scott