I need assistance to create a comparison variable for an MSWord letter merge that will place the correct value in a field after it has evaluated two fields. It is for a tax receipt & the letter details both their gift amount & tax deductible amount if the donor received a premium (gift/dinner/etc):
~~~~~~~~~~~~~
Donor#1
Dinner Purchased
<<Gift Amt>> $160
<<Tax Deductible>> $135
In the above scenario this letter needs to acknowledge the amount of their check ($160) but advise them only $135 is the tax deductible amount
Donor#2
Gift given only
<<Gift Amt>> $200
<<Tax Deductible>> $200
This donor should receive a tax receipt of $200.
~~~~~~~~~~~~~
The data file contains both types of donors and, to date, I haven't been able to get an IF statement to compare both fields/conditions and place the tallies in each. Please note: 1) I'm using Word2003; 2) I do not know how to work w/code/VBA and have not built a variable successfully.
Any help will be greatly appreciated!
jf
~~~~~~~~~~~~~
Donor#1
Dinner Purchased
<<Gift Amt>> $160
<<Tax Deductible>> $135
In the above scenario this letter needs to acknowledge the amount of their check ($160) but advise them only $135 is the tax deductible amount
Donor#2
Gift given only
<<Gift Amt>> $200
<<Tax Deductible>> $200
This donor should receive a tax receipt of $200.
~~~~~~~~~~~~~
The data file contains both types of donors and, to date, I haven't been able to get an IF statement to compare both fields/conditions and place the tallies in each. Please note: 1) I'm using Word2003; 2) I do not know how to work w/code/VBA and have not built a variable successfully.
Any help will be greatly appreciated!
jf