Hi,
I'm using word 2000 to generate reports from a microsoft Access database using an ADO recordset.
problem:
----------
The new row is being added but the data focus is being set back to the first row and no data is appearing in the new row!!
' Print Script FIRST COLUMN Information
.ActiveDocument.Bookmarks("COLUMN_1".Select
.Selection.TypeText prsData!ScriptID
.Selection.TypeParagraph
' Add new Row in Table
.Selection.InsertRowsBelow 1
How do I set the focus to the new row??? I know it should happen automatically. I think i'm doing something wrong with the ".ActiveDocument.Bookmarks("COLUMN_1".Select" Line????????
Pleaassssssssssseeeeeee help,
Jonathan..
I'm using word 2000 to generate reports from a microsoft Access database using an ADO recordset.
problem:
----------
The new row is being added but the data focus is being set back to the first row and no data is appearing in the new row!!
' Print Script FIRST COLUMN Information
.ActiveDocument.Bookmarks("COLUMN_1".Select
.Selection.TypeText prsData!ScriptID
.Selection.TypeParagraph
' Add new Row in Table
.Selection.InsertRowsBelow 1
How do I set the focus to the new row??? I know it should happen automatically. I think i'm doing something wrong with the ".ActiveDocument.Bookmarks("COLUMN_1".Select" Line????????
Pleaassssssssssseeeeeee help,
Jonathan..