Thank you for the help. "pbaldy"
Got the method of displaying the value in the textbox working.:):)
but a little bit confused in where to place the "ME...." command so it saves the value in the correct field and record.:confused::confused:
Still struggling with code :banghead:
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...