Hi,
Could someone tell me where I am going wrong with the code below. Have tried numerous tweeks but nothing works.
Dim varSql As String
varSql = "UPDATE tblPriceList SET tblPriceList.SupplierID =" & Me.Combo45.Column(0) _
& "WHERE tblPriceList.ProductID=" & Forms.frmProducts.cboFindProduct.Column(0) & "And" _
& tblPriceList.SupplierID = " Forms.frmProducts.cboFindProduct.Column(4)"
Thanks