I am trying to write an IF statement in a Word mail merge. I need to compare multiple "true" statements on a single field, with one response if
anyof those statements is true and a different response if all are false. I have tried several nested IF statements and I get the correct deposit amount for the international trips, but nothing for the domestic ones...
Here's what I need. I'm creating confirmation letters for trip reservations. If the trip is international the deposit fee is higher. Unfortunately our horrible database doesn't have a field to designate something as "domestic" or "international", so I'm
trying to say:
IF the location is Belize, OR Jamaica, OR Nicaragua, OR Yucatan, then the deposit is "this amount." IF the location is NONE of these, then the deposit is "that amount."