How do I convert a file from mdb. to doc.?

D

Daniella

I have a faktura prog in access, the invoiceform do also open in Access, but
I want to convert it to a doc.file, so I can read and edit in word
Any idèa?
 
J

John Nurick

Hi Daniella,

The standard facilities for this are the menu command Tools|Office
Links|Publish it with Word, and the VBA equivalent, DoCmd.OutputTo.
 
Top