Forum Discussion
bradlyokelley
Dec 06, 2021Copper Contributor
Access export to rtf syntax error
I have Office 365 and when trying to export from Access to a Word doc (rtf) I receive the following error: "Microsoft Access can't complete the Output operation" The Visual Basic code you en...
isladogs
Dec 06, 2021MVP
Make sure your code fully compiles before you run the code again.
If it still fails, add error handling and pinpoint the exact line where the code fails.
Then post the code & the full error message including the error number
If it still fails, add error handling and pinpoint the exact line where the code fails.
Then post the code & the full error message including the error number
- bradlyokelleyDec 06, 2021Copper ContributorAppreciate your reply and time but this is what frustrates me with Microsoft Customer Service. They directed me to the forum to help resolve my issue but I am my expertise is not in the arena. I actually have zero idea what you were suggesting.
And I am afraid not being able to discuss with technically experienced individuals is going to keep me from resolving an issue that I believe Microsoft Customer Service should have been able to diagnose.
Thanks again, tho.- isladogsDec 07, 2021MVPOK so take one step at a time and hopefully we'll be able to help you solve this issue.
1. Do you know how to compile your code?
2. Do you understand how to add error handling or how to step through code to see where it breaks?
Please post the code which causes your error- bradlyokelleyDec 07, 2021Copper ContributorHonestly, no to both.