Thanks. This is what is in the recordsource line.
"SELECT [T_SetupSheetCombinationsDetail].ComboCustPartNum, [T_SetupSheetCombinationsDetail].ComboLength, [T_SetupSheetCombinationsDetail].ComboColor, [T_SetupSheetHeader].CustPartDescription, tblArCust.CustName, [T_SetupSheetCombinationsDetail].QuoteID FROM [tblArCust] INNER JOIN ([T_SetupSheetCombinationsDetail] INNER JOIN [T_SetupSheetHeader] ON [T_SetupSheetCombinationsDetail].QuoteID = [T_SetupSheetHeader].QuoteID) ON [tblArCust].CustId = [T_SetupSheetHeader].CustID WHERE ((([T_SetupSheetCombinationsDetail].ComboCustPartNum) Is Not Null) AND (([tblArCust].CustId)= 'AME04')) ORDER BY [T_SetupSheetCombinationsDetail].ComboCustPartNum"
thanks and hope it helps... f.y.i. when I ckick on the arrow button of the combo box, it does return rows for me.
Paul
|