R
RVS
I have a field [Same] that denotes whether someone's street address is the
same as their mailing address. If it is the same, I enter a "Y" for that
field. If it is diffeent, I enter a "N". I have another field called [Alt
Street], which will list the alternate street address if there is a
different address, or it will have the actual street address if the street
address is the mailing address.
In a report I have created, I have a line in the report that will list the
alternate street if the SAME field is "N", but will otherwise be blank.
Here is my IIf satement that has something wrong with it:
=IIf([Same]="N", [Alt Street] , " ")
Can anyone point me in the right direction here?
same as their mailing address. If it is the same, I enter a "Y" for that
field. If it is diffeent, I enter a "N". I have another field called [Alt
Street], which will list the alternate street address if there is a
different address, or it will have the actual street address if the street
address is the mailing address.
In a report I have created, I have a line in the report that will list the
alternate street if the SAME field is "N", but will otherwise be blank.
Here is my IIf satement that has something wrong with it:
=IIf([Same]="N", [Alt Street] , " ")
Can anyone point me in the right direction here?