B
BartH_NL
I want to make a new field in my Oulook Contact form which holds the full
person's name and address. I have found how I can combine the fields, but
can't find how to display them each on a new line.
I've got:
[Company] [Full name] [Address]
and it should display as:
[Company]
[Full name]
[Address]
In Word I would use ^p and in VBA it would be vbCr or vbCrLf.
What do I use here?
person's name and address. I have found how I can combine the fields, but
can't find how to display them each on a new line.
I've got:
[Company] [Full name] [Address]
and it should display as:
[Company]
[Full name]
[Address]
In Word I would use ^p and in VBA it would be vbCr or vbCrLf.
What do I use here?