Here are the Table fields:
Status
ChekNo
CustName
TransDate
DueDate
Amount
Cur
NewAmount
I want to insert in the field NewAmount the following if then statement:
If Status=“Cancel”,Amount*-1,Amount
I have tried several times but I failed to write the right if statement
anybody can help?