C
C. Sharp
I have address fields: address1, address2, address3,
City, State, Postal Code
On a report, how do I make my fields truncate if there is
NO data entered in address 2 or address 3.
Example:
ABC Corporation
123 Main Street
Hometown, TN 12345
On some records Address 2 may be a suite so it needs to
be there but if address2 is blank my report looks like
the example above which leaves a blank line. How do I
make it Hometown, TN 12345 move up to address2 position?
Hope this makes sense.
City, State, Postal Code
On a report, how do I make my fields truncate if there is
NO data entered in address 2 or address 3.
Example:
ABC Corporation
123 Main Street
Hometown, TN 12345
On some records Address 2 may be a suite so it needs to
be there but if address2 is blank my report looks like
the example above which leaves a blank line. How do I
make it Hometown, TN 12345 move up to address2 position?
Hope this makes sense.