Hi this is a quick one,
i wanted to add this line of code to the select statement, however im getting this error message.
"Expected list or Seperator )"
I think my mistake is "tbl_Delupdate.[Works Order Number] = person.Text "
i am trying to refer to a listbox on the form.
Any ideas
How would be able to see what the result of the select statment is
i wanted to add this line of code to the select statement, however im getting this error message.
"Expected list or Seperator )"
Code:
Set rs = db.OpenRecordset("SELECT * From tbl_Delupdate WHERE tbl_Delupdate.[Cylinder Barcode Label]= '" & stringy1 & "' AND _
tbl_Delupdate.[Works Order Number] = person.Text And [D Status] = 'Delivered' ")
I think my mistake is "tbl_Delupdate.[Works Order Number] = person.Text "
i am trying to refer to a listbox on the form.
Any ideas
How would be able to see what the result of the select statment is