text formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi


Here’s another question. I have the following report header the field
[problem] is variable length

="Guest With " & [problem] & " Injuries Between
" & Format$([Date1],"mmmm dd"", ""yyyy",0,0) & " and " &
Format$([Date2],"mmmm dd"", ""yyyy",0,0)

My question is. Is there a way to put a carriage return in right after the
“Between†so I can keep the text lined up the way I want it the spaces I
have in there don’t do the job.


Thanks for the help in advance
Chuck
 
Thank you!!!


SusanV said:
"First line of Text" & vbCrLf & "Next line of text"

--
hth,
SusanV

Chuck216 said:
Hi


Here's another question. I have the following report header the field
[problem] is variable length

="Guest With " & [problem] & " Injuries Between
" & Format$([Date1],"mmmm dd"", ""yyyy",0,0) & " and " &
Format$([Date2],"mmmm dd"", ""yyyy",0,0)

My question is. Is there a way to put a carriage return in right after
the
"Between" so I can keep the text lined up the way I want it the spaces I
have in there don't do the job.


Thanks for the help in advance
Chuck
 
You're very welcome!

Chuck216 said:
Thank you!!!


SusanV said:
"First line of Text" & vbCrLf & "Next line of text"

--
hth,
SusanV

Chuck216 said:
Hi


Here's another question. I have the following report header the field
[problem] is variable length

="Guest With " & [problem] & " Injuries Between
" & Format$([Date1],"mmmm dd"", ""yyyy",0,0) & " and " &
Format$([Date2],"mmmm dd"", ""yyyy",0,0)

My question is. Is there a way to put a carriage return in right
after
the
"Between" so I can keep the text lined up the way I want it the spaces
I
have in there don't do the job.


Thanks for the help in advance
Chuck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top