I am attempting to create a word document for data coming from an Access database. I understand that I can create bookmarks for fixed areas. However, my problem is creating a table that is not tab delimited. In other words, I need to manipulate the data that is going into word. The table section is used for X number of records. For example,
Data records in Access
Subsys Est Sup Opt Brw Sub Brw Rel
Ason 35 4 03.06
BCS 4 1
Trims 853 4 Ason
Should look like in word. X number of rows and 4 columns.
Where it states empty, that is an empty cell.
ADJ 35 (Empty) 4- 03.06
BCS 4 (Empty) 1
Trims 853 (Empty) 4- Ason
Any suggestions?
Data records in Access
Subsys Est Sup Opt Brw Sub Brw Rel
Ason 35 4 03.06
BCS 4 1
Trims 853 4 Ason
Should look like in word. X number of rows and 4 columns.
Where it states empty, that is an empty cell.
ADJ 35 (Empty) 4- 03.06
BCS 4 (Empty) 1
Trims 853 (Empty) 4- Ason
Any suggestions?