A
Andrew Tegenkamp
I have an access database with a bunch of records and one field is a
paragraph. I can easily get that field into a VBA variable and place
it in their word template, but the client wants to be able to display
different paragraphs in the same variable/field to different locations
in a Word Doc.
Is there any way to parse out the different paragraphs? I have been
trying to base it on vbCr or vbLf but it's not very consistent. I know
about the paragraphs object (a little bit ~ mostly theory) but haven't
used it before so I'm not sure if I should go down that road in this
case.
Example:
strField = "Paragraph1!!Paragraph2!!Paragraph3!!Paragraph4" where ! is
a line return inside a single access field.
Thanks for any ideas,
Andrew
paragraph. I can easily get that field into a VBA variable and place
it in their word template, but the client wants to be able to display
different paragraphs in the same variable/field to different locations
in a Word Doc.
Is there any way to parse out the different paragraphs? I have been
trying to base it on vbCr or vbLf but it's not very consistent. I know
about the paragraphs object (a little bit ~ mostly theory) but haven't
used it before so I'm not sure if I should go down that road in this
case.
Example:
strField = "Paragraph1!!Paragraph2!!Paragraph3!!Paragraph4" where ! is
a line return inside a single access field.
Thanks for any ideas,
Andrew