P
Phil
Hi,
I have a form which allows the user to pick and choose
fields. This form also have a command button which pulls
up a report. The report has a text box who's record
source is created based on what fields the user selected
on the form. The record source is built as follows:
field1 & "|" & field2 & "|" & field3..........
It's a little more complated than that, but I hope you get
the idea. The text box has a border of 2 points. My
problem is that the vertical bar character ("|") dosen't
seperate the fields like I want. Is there any way to
place a veritcal line between the fields so that each
field looks like it's in its own box? If the field were
all the same size I could use separate text boxes for
each, but every field can be a different size.
Thanks,
Phil
I have a form which allows the user to pick and choose
fields. This form also have a command button which pulls
up a report. The report has a text box who's record
source is created based on what fields the user selected
on the form. The record source is built as follows:
field1 & "|" & field2 & "|" & field3..........
It's a little more complated than that, but I hope you get
the idea. The text box has a border of 2 points. My
problem is that the vertical bar character ("|") dosen't
seperate the fields like I want. Is there any way to
place a veritcal line between the fields so that each
field looks like it's in its own box? If the field were
all the same size I could use separate text boxes for
each, but every field can be a different size.
Thanks,
Phil