T
This Guy
I have a textbox on a report with the following:
="1: " & [Provision1] & IIf([Provision2] Is Not Null,Chr(13) &
Chr(10) & "2: " & [Provision2],"") & IIf([Provision3] Is Not
Null,Chr(13) & Chr(10) & "3: " & [Provision3],"") &
IIf([Provision4] Is Not Null,Chr(13) & Chr(10) & "4: " &
[Provision4],"")
This works perfect, except when one of the provisions goes to the next line
on the report it starts back underneath the number, instead of indenting back
underneath the provision. I hope this makes sense. Also, surely there is a
better way for me to tell it to indent other than just putting the spaces,
right?
Any help is appreciated.
Thanks.
="1: " & [Provision1] & IIf([Provision2] Is Not Null,Chr(13) &
Chr(10) & "2: " & [Provision2],"") & IIf([Provision3] Is Not
Null,Chr(13) & Chr(10) & "3: " & [Provision3],"") &
IIf([Provision4] Is Not Null,Chr(13) & Chr(10) & "4: " &
[Provision4],"")
This works perfect, except when one of the provisions goes to the next line
on the report it starts back underneath the number, instead of indenting back
underneath the provision. I hope this makes sense. Also, surely there is a
better way for me to tell it to indent other than just putting the spaces,
right?
Any help is appreciated.
Thanks.