Hi,
I have 4 tables :
Model [ModelID, ModelName]
Description [DescID, ModID, Description Name ]
Parts [ PartnumberID,DescID,Partnumber]
Calls [cat, desc,number]
I built a dymamic combobox base on tables (Model, description and Parts ) which is working pretty well however the results which are being recorded on Calls table are showed only in ID's.
How do I get the values selected in my combobox ???? i.e
I have attached an image as example.
thanks in advance
![]()