can someone please help me with this
apparently it has a missing operator. im guessing it is because it is using a list box for the where condition.
thanks
PHP:
strSql = "UPDATE tblItems " & _
"SET StockQTY = ([StockQTY]+1) " & _
"WHERE [ItemsID] = " & Me.lstCurrentRetail.Column(6) & ""
CurrentDb.Execute strSql, dbFailOnError
apparently it has a missing operator. im guessing it is because it is using a list box for the where condition.
thanks