I have looked and looked but can not find source of "Syntax Error (comma) in query expression..."
See something I am missing, or more likely, I don't know!?
strSQL = "SELECT (Company, Description, Net_Weight, " & _
"Gross_Weight, Shelf_Life, Tariff_Fraction ) " & _
"FROM Total_List" & _
"WHERE [Company#] = Forms!lookup!slctCompany"
Any ideas? Thank you as always.
Marco
See something I am missing, or more likely, I don't know!?
strSQL = "SELECT (Company, Description, Net_Weight, " & _
"Gross_Weight, Shelf_Life, Tariff_Fraction ) " & _
"FROM Total_List" & _
"WHERE [Company#] = Forms!lookup!slctCompany"
Any ideas? Thank you as always.
Marco