create a word table in vba from ms access 2003

M

MorningStarFan

Does anyone know if I can create a word table in vba from ms access 2003? I
got one table created by creating a macro in word and lifting the code out
and inserting it into my access form. After the one table was created I began
to get an error- with object or with block variable not set... the next time
I tried to run the code from my access db form.
TIA,
 
M

MorningStarFan

Thanks! I found out how to create a table and insert some text. Now I am
trying to control the placement of the table in my document. Also, creating
the table causes exclusion of some of my other text that is created in the
document that will be created when I comment out my code that's creating the
table. Do you know the syntax well enough to help?
 
Top