Send Access Report to MS Word

  • Thread starter RedHeadedMonster via AccessMonster.com
  • Start date
R

RedHeadedMonster via AccessMonster.com

I have several cases of sending an Access report to Word for an Admin that
uses them to publish weekly, monthly reports. They have been working without
any problems (over a year) and this week have decided to quit working.

Basically I have a button and then on the "OnClick" event have the following
code:

DoCmd.OutputTo acOutputReport, "Extension Requests", acFormatRTF, , True

Heres the kicker, works like a charm on my computer but not hers. I've
checked references on both computers and they are identical.

Any ideas?

Thanx!
RHM
 
J

Jeff Boyce

Right off the top, perhaps one of you recently upgraded to a new version of
Access? Or to a new SP release? Or installed Microsoft "updates"? Or ...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
R

RedHeadedMonster via AccessMonster.com

Ok if its one of these...how do i fix it?

Jeff said:
Right off the top, perhaps one of you recently upgraded to a new version of
Access? Or to a new SP release? Or installed Microsoft "updates"? Or ...

Regards

Jeff Boyce
Microsoft Access MVP
I have several cases of sending an Access report to Word for an Admin that
uses them to publish weekly, monthly reports. They have been working
[quoted text clipped - 14 lines]
Thanx!
RHM
 
R

RedHeadedMonster via AccessMonster.com

Ok if its one of these...how do i fix it?

Jeff said:
Right off the top, perhaps one of you recently upgraded to a new version of
Access? Or to a new SP release? Or installed Microsoft "updates"? Or ...

Regards

Jeff Boyce
Microsoft Access MVP
I have several cases of sending an Access report to Word for an Admin that
uses them to publish weekly, monthly reports. They have been working
[quoted text clipped - 14 lines]
Thanx!
RHM
 
A

Adam Simpson

I have had what sounds like a similar problem.
In my case I have traced it back to windows7. See my post dated 26th Nov.

I still have not found a proper fix so instead I have added a return to the
end of most of the larger text or memo fields which seems to be working for
now.

If you do find a fix can you post it as I would be very interested.

Adam
 
J

Jeff Boyce

The 'fix' depends on the cause ...

Can you confirm that all PCs running your application are running the same
version/release/updates of Windows, Access, Word, ...?

If not, update them all to the same ...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

RedHeadedMonster via AccessMonster.com said:
Ok if its one of these...how do i fix it?

Jeff said:
Right off the top, perhaps one of you recently upgraded to a new version
of
Access? Or to a new SP release? Or installed Microsoft "updates"? Or
...

Regards

Jeff Boyce
Microsoft Access MVP
I have several cases of sending an Access report to Word for an Admin
that
uses them to publish weekly, monthly reports. They have been working
[quoted text clipped - 14 lines]
Thanx!
RHM
 

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