D
DS
In an SQL statement can you do this?
"UPDATE tblGiftCard SET (tblGiftCard.GiftAmount +
Forms!FrmCheckPaymnt!TxtAmount) " & _
"WHERE tblGiftCardID = Forms!frmCheckPaymnt!ID;"
Basically I want to know if I can add a table amount and an amount on a
form.
Thanks
DS
"UPDATE tblGiftCard SET (tblGiftCard.GiftAmount +
Forms!FrmCheckPaymnt!TxtAmount) " & _
"WHERE tblGiftCardID = Forms!frmCheckPaymnt!ID;"
Basically I want to know if I can add a table amount and an amount on a
form.
Thanks
DS