I am new to SQL and this statement is returning a "EXPECTED END OF STATEMENT" error, what is wrong with it!


strSQL = "SELECT dload_item" & " FROM dload_MAX" & " WHERE dload_MAX.dload_item = '" & DataCombo.Text "'"

I think that it is this bit ^^^

Cheers

Simon