H
Hugh Janus
Hi all,
I am creating documents in Word using data from an Access database. I
use document templates with bookmarks in order to create the end
document. One of the templates has a table that i need to fill in. It
always has the same number of rows, but the number of columns changes
(to a maximum of 7). So, my question is really regarding the best way
to do this and how.
Should I:
1.) Create the entire table with code and populate it with the data,
or
2.) Modify an existing table with bookmarks and then go and hide any
unused columns?
The reason I thought about modifying an existing table is because the
table needs colours applied and other formatting to it. Therefore, it
seems easier to modify an existing table. If you agree with this, how
in code can I highlight a specific column on a specific table in a
document? as far as I know, I cannot specify a unique tag to a column,
or am I wrong?
Ideas?
TIA,
Hugh
I am creating documents in Word using data from an Access database. I
use document templates with bookmarks in order to create the end
document. One of the templates has a table that i need to fill in. It
always has the same number of rows, but the number of columns changes
(to a maximum of 7). So, my question is really regarding the best way
to do this and how.
Should I:
1.) Create the entire table with code and populate it with the data,
or
2.) Modify an existing table with bookmarks and then go and hide any
unused columns?
The reason I thought about modifying an existing table is because the
table needs colours applied and other formatting to it. Therefore, it
seems easier to modify an existing table. If you agree with this, how
in code can I highlight a specific column on a specific table in a
document? as far as I know, I cannot specify a unique tag to a column,
or am I wrong?
Ideas?
TIA,
Hugh