hi all,
sorry its a really simple one but am at a loss.
I have 1 table and 2 columns (with a code and then corresponding description).
"tbl_ccode"
"QC_cmb_ccode" and "QC_cmb_ccodedesc"
On a new form these are linked on a combo box where u can see both columns but when the user selects the right code, only the "Code" shows in the cell and table etc.... is there a way I can get the code and code description to stay in the combo box (likely not as the cell must only hold 1 entry I suppose)......
(or as an alternative)
If the user selects the code in one cmb box, i could use an unbound text box to lookup the code and show the corresponding description (like a vlookup in excel).
I've tried dlookup but am getting an error.
=DLookUp("[QC_cmb_ccode]","[tbl_ccode]","[QC_cmb_ccodedesc]=""")
any thoughts
sorry its a really simple one but am at a loss.
I have 1 table and 2 columns (with a code and then corresponding description).
"tbl_ccode"
"QC_cmb_ccode" and "QC_cmb_ccodedesc"
On a new form these are linked on a combo box where u can see both columns but when the user selects the right code, only the "Code" shows in the cell and table etc.... is there a way I can get the code and code description to stay in the combo box (likely not as the cell must only hold 1 entry I suppose)......
(or as an alternative)
If the user selects the code in one cmb box, i could use an unbound text box to lookup the code and show the corresponding description (like a vlookup in excel).
I've tried dlookup but am getting an error.
=DLookUp("[QC_cmb_ccode]","[tbl_ccode]","[QC_cmb_ccodedesc]=""")
any thoughts