I have a table:
MTCN Number RecPrincipalAmount TotalCharges 123 APK123 506.21 258.22
Now I want to add RecPrincipalAmount
and TotalCharges
and insert them into PrincipalAmount
.
I want this:
MTCN Number PrincipalAmount 123 APK123 764.43
I want to display all these data in Crystal Reports.