I'm trying to run this piece of
The ORDER column from ORDER_DATA is a double number type, and curOrder is of type double as well.Code:strSQL = "SELECT * FROM ORDER_DATA WHERE ORDER=" & curOrder rst_orderData = db.OpenRecordset(strSQL)
The error I'm getting points to the second line and says "Syntax error on WHERE clause".
Why do you think this is? Is it a possible type conflict?
Any help is appreciated! Thank you!