M
Mark
I have a report that has a text box with this control
source:
=IIf([GrillsYesNo]="Yes",[cwGrillStyle] & [cwGrillBars] &
[cwGrillColor],"None")
This text box's Can Grow = True.
What I would like to do is add a carriage return between
cwGrillStyle and cwGrillBars, and between cwGrillBars and
cwGrillColor. I don't want to use separate textboxes for
each field, because if there are no Grills (GrillsYesNo
= "No", then I don't want the extra blank rows. I have
tried using vbCrLf, but Access assumes that this is a
field name, and I tried chr(13), and it just gives me a
small square inbetween my fields. Any ideas would be
greatly appreciated.
---Mark
source:
=IIf([GrillsYesNo]="Yes",[cwGrillStyle] & [cwGrillBars] &
[cwGrillColor],"None")
This text box's Can Grow = True.
What I would like to do is add a carriage return between
cwGrillStyle and cwGrillBars, and between cwGrillBars and
cwGrillColor. I don't want to use separate textboxes for
each field, because if there are no Grills (GrillsYesNo
= "No", then I don't want the extra blank rows. I have
tried using vbCrLf, but Access assumes that this is a
field name, and I tried chr(13), and it just gives me a
small square inbetween my fields. Any ideas would be
greatly appreciated.
---Mark