I have the following two comboboxes:
The left combobox gets it's values from one table and the right one from a different table. How would I even go about making it so when you select a record from the left combobox, and a value from the right combobox, and you click the tick button, the ID of the record in the right combobox gets written to a column in the record that you selected in the left combobox.
Thank you!