N
Newforms
I really need some help with this one, I have tried a few options but
not managed to get any to work. I need to insert a carriage return into
some text automatically entered by a form I have created so that
instead of being on one line it is seperated into paragraphs.
Here is the code I need to alter:
If OptionButton1.Value = True Then
pleasenote = "you need to have had your home loan running with us
for a minimum of one year. Once your home loan has been in place for
the required time, we'll be pleased to reconsider your application."
So that the text will appear like this:
you need to have had your home loan running with us for a minimum of
one year.
Once your home loan has been in place for the required time, we'll be
pleased to reconsider your application."
Any suggestions? Guessing it will be a simple solution, well hoping
more, I am new to all this!
Thanks, Jon
not managed to get any to work. I need to insert a carriage return into
some text automatically entered by a form I have created so that
instead of being on one line it is seperated into paragraphs.
Here is the code I need to alter:
If OptionButton1.Value = True Then
pleasenote = "you need to have had your home loan running with us
for a minimum of one year. Once your home loan has been in place for
the required time, we'll be pleased to reconsider your application."
So that the text will appear like this:
you need to have had your home loan running with us for a minimum of
one year.
Once your home loan has been in place for the required time, we'll be
pleased to reconsider your application."
Any suggestions? Guessing it will be a simple solution, well hoping
more, I am new to all this!
Thanks, Jon