L
Lana
I want to combine Street & City in my report, but I keep getting Errors
instead of Data displayed.
What could be wrong? I tryed 2 ways already:
=[BusinessStreet] & ", " & [BusinessCity]
=IIf(IsNull([BusinessStreet]),"",[BusinessStreet] & ", ") & [BusinessCity]
but still nothing works. (though it work all right when data displayed
separately in 2 boxes).
I made the report through wizard and I have 1 grouping level (by company).
Can somebody advise me what am I doing wrong here?
Thank you.
Lana
instead of Data displayed.
What could be wrong? I tryed 2 ways already:
=[BusinessStreet] & ", " & [BusinessCity]
=IIf(IsNull([BusinessStreet]),"",[BusinessStreet] & ", ") & [BusinessCity]
but still nothing works. (though it work all right when data displayed
separately in 2 boxes).
I made the report through wizard and I have 1 grouping level (by company).
Can somebody advise me what am I doing wrong here?
Thank you.
Lana