I have three text fields that get their data from a query based on the value in a Combobox. After I change the combobox value how can I get the three text fields to update?
Are the values you need to update part of the combo box's recordsource? If so, you could do the following at the
combo box's on_click event (or any other applicable one).
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.