I have a combo box on my form. The list currently is populated by the PROPERTYNAME from the PROPERTY table. I would like to set the combo box up so that as you navigate through the NUMBERS table, the combo box will display the PROPERTYNAME of the corresponding NUMBERS record while still providing the option to select a different PROPERTYNAME if needed. The two tables are linked by the PROPERTYCODE field. How can I achieve this?