B
bryan
Not sure if I should use a table or what.
What I want to do is create and load fields with data which is in an array
which was selected from a listbox.
When users create a doc from this template, some info is loaded into form
fields from our host system. The user is then presented with a listbox where
they can select as many entries as they wish. I want to position all these
slections on the document after the 3rd paragraph in such a way as 3 entries
per line with a bullet in front of each if possible.
My first thought was to use a formfield and use a vb tab and vb chr but, not
sure how to do this either or if that would line them up correctly.
An example of what I want:
Paragraph1....
Paragraph2....
Paragraph3....
Entry1 Entry2 Entry3
Entry4 Entry5 Entry6
Etc.
Paragraph4.....
Thanks in advance,
Bryan
What I want to do is create and load fields with data which is in an array
which was selected from a listbox.
When users create a doc from this template, some info is loaded into form
fields from our host system. The user is then presented with a listbox where
they can select as many entries as they wish. I want to position all these
slections on the document after the 3rd paragraph in such a way as 3 entries
per line with a bullet in front of each if possible.
My first thought was to use a formfield and use a vb tab and vb chr but, not
sure how to do this either or if that would line them up correctly.
An example of what I want:
Paragraph1....
Paragraph2....
Paragraph3....
Entry1 Entry2 Entry3
Entry4 Entry5 Entry6
Etc.
Paragraph4.....
Thanks in advance,
Bryan