Partial record in MS Access 365 running under windows 10 using Parallels for Windows on iMac with Intel I7
-------------------------------------------------------------------------------------------------------
| ID | transName | transDate | transType | transAmount |
--------------------------------------------------------------------------------------------------------
| 11561 | 129 | 1/31/2014 | xfer | $1,000.00 |
--------------------------------------------------------------------------------------------------------
=IIf([transType] = "xfer" And [transAmount] > 0, [transAmount]) does not yield anything in the unbound textbook containing the above statement. No input is desired if the compound condition is false.
Any assistance is appreciated.