VBA code to auto insert Word document OLE object

D

dk

THe "insert" menu is disabled for the user end of this database. Is there a way to have the document automatically be a word document? All I can guess so far is that you start with

Docmd.RunCommand acCmdInsertObject

but that's as far as I can get.

Thanks.
 
Top