jamespeters01
IS-IT--Management
Hello,
I have an IIf statement in one of my reports which seems to work fine. I would like to instead of the fields listing across the page horizontally, jump to a new line after each record is diplayed.
=IIf(IsNull([Customer add 1]),[Customer add 5] & " " & [Customer add 6],[Customer add 1] & " " & [Customer add 2] & " " & [Customer add 3] & " " & [Customer add 4]) & " " & [Customer add 5] & " " & [Customer add 6]
This is my IIf statement
Any help would be appreciated !
I have an IIf statement in one of my reports which seems to work fine. I would like to instead of the fields listing across the page horizontally, jump to a new line after each record is diplayed.
=IIf(IsNull([Customer add 1]),[Customer add 5] & " " & [Customer add 6],[Customer add 1] & " " & [Customer add 2] & " " & [Customer add 3] & " " & [Customer add 4]) & " " & [Customer add 5] & " " & [Customer add 6]
This is my IIf statement
Any help would be appreciated !