R
Roger Marrs
I am working on a document that contains a number of checkboxes and
bookmarks, the value/contents of which are dependent upon the value of
numerous fields in multipe records in a database. Basically, I want to
perform a MailMerge operation, but I need to translate most of the
information in the data source file into CheckBox values, rather than text.
Since the situation I'm dealing with is so similar to a MailMerge, my first
thought was to set up my data source file as a comma-delimited .rtf file.
However, since the ultimate output I'm seeking is mostly CheckBox values
being displayed with the correct value, instead of text from the data
source, I'm thinking that using tables might be better. I can create a
single column, mulitple row table for each record, so I would end up with an
..rtf file that would contain a single colum table for each record, with the
rows in each table consisting of the data from the fields in each record.
Or, I suppose I could perform a straight MailMerge using the comma-delimited
file and then reference the MailMerge fieldnames in the merged file to get
the information needed for CheckBox values in the final document that I
actually need to create.
(I realize I could potentially query the database directly, but for various
reasons I would like to avoid doing so.)
I've searched the word.mvps site and the internet for some guidance in how
to accomplish this procedure, but haven't found anything even close. Any
help would be greatly appreciated.
Roger Marrs
bookmarks, the value/contents of which are dependent upon the value of
numerous fields in multipe records in a database. Basically, I want to
perform a MailMerge operation, but I need to translate most of the
information in the data source file into CheckBox values, rather than text.
Since the situation I'm dealing with is so similar to a MailMerge, my first
thought was to set up my data source file as a comma-delimited .rtf file.
However, since the ultimate output I'm seeking is mostly CheckBox values
being displayed with the correct value, instead of text from the data
source, I'm thinking that using tables might be better. I can create a
single column, mulitple row table for each record, so I would end up with an
..rtf file that would contain a single colum table for each record, with the
rows in each table consisting of the data from the fields in each record.
Or, I suppose I could perform a straight MailMerge using the comma-delimited
file and then reference the MailMerge fieldnames in the merged file to get
the information needed for CheckBox values in the final document that I
actually need to create.
(I realize I could potentially query the database directly, but for various
reasons I would like to avoid doing so.)
I've searched the word.mvps site and the internet for some guidance in how
to accomplish this procedure, but haven't found anything even close. Any
help would be greatly appreciated.
Roger Marrs