Publish Table to Word Command Button

D

David

Is there a way to make a command button on a form publish an Access table to
Word? I'd like the user to have that ability without having to use the
database window and toolbars.
Thanks for your help,
David
 
C

Cheryl Fischer

If you own a copy of "Access Developer's Handbook" by Ken Getz et al, there
is a function named CreateTableFromRecordset() that does this beautifully.
You can also do a Google Search on that function name and you'll see
numerous references to it.

hth,
 
Top