D
DS
I have an Update statement that refuses to work!
CurrentDb.Execute "UPDATE SalesDetails SET SalesDetails.Quantity =
Forms!Quantity!Pat" & _
"WHERE (((SalesDetails.LineID)=Forms!Buttons!Text98)" & _
"AND ((SalesDetails.SalesID)=Forms!Buttons!SalesID)" & _
"AND ((SalesDetails.ItemID)=Forms!Buttons!Text100)"
I get no error message, it just doesn't work. SalesDetails is the table
name.
Thanks
DS
CurrentDb.Execute "UPDATE SalesDetails SET SalesDetails.Quantity =
Forms!Quantity!Pat" & _
"WHERE (((SalesDetails.LineID)=Forms!Buttons!Text98)" & _
"AND ((SalesDetails.SalesID)=Forms!Buttons!SalesID)" & _
"AND ((SalesDetails.ItemID)=Forms!Buttons!Text100)"
I get no error message, it just doesn't work. SalesDetails is the table
name.
Thanks
DS