jgitaunjoroge
New member
- Local time
- Today, 20:33
- Joined
- Apr 18, 2015
- Messages
- 9
Dear Friends,
Am trying to update multiple columns in a customer table but the statement am using is returning an error. Kindly check it for me.
DoCmd.RunSQL ("update customer set customer.paid=" & Me.Parent.txtPAID.Value,customer.balance = me.Parent.txtcontract.value+me.Parent.txtpaid.value)
Thanks,
Njoroge Joseph:banghead::banghead:
Am trying to update multiple columns in a customer table but the statement am using is returning an error. Kindly check it for me.
DoCmd.RunSQL ("update customer set customer.paid=" & Me.Parent.txtPAID.Value,customer.balance = me.Parent.txtcontract.value+me.Parent.txtpaid.value)
Thanks,
Njoroge Joseph:banghead::banghead: