Forum Moderators: open
I'm trying to combine a simple ASP SQL WHERE statement that reads as follows:
SELECT * FROM tbl_Basket WHERE Order_Status="Incomplete" AND Username = '" & str_users_name & "'
as you will see '" & str_users_name & "' should normally return the SQL Username String that is carried...
Have i missed something, or am i just being daft?
Many Thanks in advance :)
J