access2010
Registered User.
- Local time
- Today, 15:31
- Joined
- Dec 26, 2009
- Messages
- 1,112
Could I please have a suggestion to fix this Query.
IIf([Transaction_Type]="Sold_$", [CRA_Settlement_Amount] - [Book_Value], Null) and
[CRA_Settlement_Amount]-[Book_Value]
What we are trying to accomplish is;
If the Transaction Type is "Sold_$" then the Transaction_Total is copied from the Book Value to the "CRA_Settlement_Amount"
and the "CRA_Settlement_Amount" amount MINUS the "Book Value" is copied to the "CRA_Realized_GainLoss"
Your suggestions are appreciated.
Should the generated values be “SAVED” in the Table, Form or Report?
Thank you. Nicole
IIf([Transaction_Type]="Sold_$", [CRA_Settlement_Amount] - [Book_Value], Null) and
[CRA_Settlement_Amount]-[Book_Value]
What we are trying to accomplish is;
If the Transaction Type is "Sold_$" then the Transaction_Total is copied from the Book Value to the "CRA_Settlement_Amount"
and the "CRA_Settlement_Amount" amount MINUS the "Book Value" is copied to the "CRA_Realized_GainLoss"
Your suggestions are appreciated.
Should the generated values be “SAVED” in the Table, Form or Report?
Thank you. Nicole