5154 error

G

Guest

I am getting the error "5154 you cannot save a template
to non-template format. (C:\Program Files\...temp.doc)"
when I try to create a doc file from a dot file. I have
this automated in MSAccess and cannot figure what to do
to solve this. Anyone have any ideas?
 
S

Suzanne S. Barnhill

The Access automation must be opening the template instead of creating a new
document based on it; that would account for the error message, as you
cannot save a .dot file as .doc. The default action for .dot files is New
rather than Open, but Access may be ignoring this.
 
Top