A
alvarjo9 via AccessMonster.com
Hi,
Please help, in the detail report section , I have four IIF expression
builder.
Category A Category B
Category C Category D
=IIf([Calibre]="A",[Date],Null) =IIf([Calibre]="B",[Date],Null) =IIf(
[Calibre]="C",[Date],Null) =IIf([Calibre]="D",[Date],Null)
My problem is when the report runs, it produces unwantes spaces if it doesn't
satisfy the four condition. E.g. If it satisfies calbire A. Then it will
have space in the Category B C and D column.
I am thinking of putting them in one text box and concatenating them but I am
not sure of the syntax.
Please kindly assist.
I have tried to use the IIF statement in the query design and the result is
still the same (post previously before with subject Switch Statement)
thanks
Please help, in the detail report section , I have four IIF expression
builder.
Category A Category B
Category C Category D
=IIf([Calibre]="A",[Date],Null) =IIf([Calibre]="B",[Date],Null) =IIf(
[Calibre]="C",[Date],Null) =IIf([Calibre]="D",[Date],Null)
My problem is when the report runs, it produces unwantes spaces if it doesn't
satisfy the four condition. E.g. If it satisfies calbire A. Then it will
have space in the Category B C and D column.
I am thinking of putting them in one text box and concatenating them but I am
not sure of the syntax.
Please kindly assist.
I have tried to use the IIF statement in the query design and the result is
still the same (post previously before with subject Switch Statement)
thanks