CurrentDb.Execute "UPDATE tblAT SET Total = Total + " & Me.Quantity & " WHERE tblAT.ISBN = " & Me.ISBN And tblAT.Condition = " & Me.Condition"
I am trying to update two tables at once in the OnClick Event Proc. One with this line of code, one with GotoNewRecord.
This code returns "Object Required".
Can anyone tell me what I am doing wrong?
Sean
I am trying to update two tables at once in the OnClick Event Proc. One with this line of code, one with GotoNewRecord.
This code returns "Object Required".
Can anyone tell me what I am doing wrong?
Sean