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 key[Auto]
col2 items([short txt]) COMBOBOX (List Table A col1)
col3 Numberofitems (number)
col4 price
col5 subtotal (calculated field)
Tried several methods to do this but lacking the expert knowledge i think
I hope i'm on the good way using dlookup in the first place for this .
Table A contains :
col1 items(primary key[short txt])
col2 price(Number[Euro])
Table B contains :
col1 ID(Primary key[Auto]
col2 items([short txt]) COMBOBOX (List Table A col1)
col3 Numberofitems (number)
col4 price
col5 subtotal (calculated field)
Tried several methods to do this but lacking the expert knowledge i think
I hope i'm on the good way using dlookup in the first place for this .