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...