I have an Access Form that contains a combobox (Combo0), a Textbox (Text1), and another Textbox (Text2). There is a table that has a column of cities called NAME, a column of States called ST, and a column of Zips called ZIP. The Combo0 is populated by all values in NAME. Whenever I select a value in Combo0, I want Text1 and Text2 to be updated to show their values. Thank you for your time.
Start Free Trial