P
(Pete Cresswell)
I'm running Word from an MS Access app, iterating through a file of people and
information on them, and formatting the Word doc as I go.
No problem just plugging in names, addresses, comments as long as I start at the
top and work down.
What I'd like to do, however, is place a block of text on the left of the page
that contains the person's mailing address - and then place another block of
text on the right side of the page that contains the person's telephone numbers
and email addresses.
The two blocks would be of varying sizes/lengths for each person and different
sizes/lengths between themselves.
Each block is already formatted (line feeds and all) in the input recordset.
Is there a way to do this without parsing each block into separate lines,
counting the lines and then tabbing across the doc?
I'm not looking for a total solution - just an idea of what's possible and maybe
a few keywords to start searching on.
information on them, and formatting the Word doc as I go.
No problem just plugging in names, addresses, comments as long as I start at the
top and work down.
What I'd like to do, however, is place a block of text on the left of the page
that contains the person's mailing address - and then place another block of
text on the right side of the page that contains the person's telephone numbers
and email addresses.
The two blocks would be of varying sizes/lengths for each person and different
sizes/lengths between themselves.
Each block is already formatted (line feeds and all) in the input recordset.
Is there a way to do this without parsing each block into separate lines,
counting the lines and then tabbing across the doc?
I'm not looking for a total solution - just an idea of what's possible and maybe
a few keywords to start searching on.