Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This is what you should've asked in your post origination!obheron said:[blue]Is there an easy way to set a text box to a value based on the combo box choice?[/blue]
[blue] Me![YourTextboxName] = Me![YourComboboxName].Column(1)[/blue]
I presume this to mean that the selection in the combo becomes the criteria for a query, the result of which you wish to place in a textbox? In that case, yes, please post the SQL of the query.obheron said:The combo box only has one column which I use as a query to determine the value of the text box.