Run-time error 5631

B

Brett Moss

I'm not a pro so I have little idea what this means
"run-time error 5631". It pops up when I try to create a
report/Word doc.
I'm operating a customized Access 2000 (I think)
database. I'm trying to create a report but it stops at a
basic listing (there should be hundreds) and mentions the
run-time error. If I hit the debugging buttion it
highlights a bit of text:
(the part beginning with 'FileName' is what is highlighted)
Set oapp = CreateObject("Word.Application")
oapp.Visible = True

oapp.Documents.Open
FileName:="C:\DMS\PAR_GearGuideMerge.doc"
Set mm = oapp.activedocument

I'm here late and naturally everyone is gone and we do not
have any in-house Access experts to boot. Anyone have an
easy answer on this one?
The database worked last year at this time (it's a once a
year product compendium).
Thanks in advance.
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top