I want to have an On Change event which sets an unbound field in the subform to be the equal to the result of a SQL Select query. What is the VBA code to say:
UnboundCntrol= Select .. from ... where ...;
I keep getting compile errors on my attempts.
Thx
Will give it a try.
Also I want to set an On Change event which sets an unbound field in the subform to be the equal to the result of a SQL Select query. What is the VBA code to say:
UnboundCntrol= Select .. from ... where ...;
In a form called Boxes, there is a combo box called MasterBox.
In a continuous subform Files, there is a combo box FileName which uses MasterBox in the criteria for its query to lookup only files that are in MasterBox. I want to use the original value of MasterBox when entering the first few...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.