Having troubles getting a value from table A col2 to Table B col4 using a combobox in a form. Where the value in TableA col2 is equal to the value selected in the combobox.
Table A contains :
col1 items(primary key[short txt])
col2 price(Number[Euro])
Table B contains :
col1 ID(Primary...