S
Steve
I have an Access program that compiles a handful of information then exports
reports to Excel for users. I have an issue where the program executes and
outputs report#1 to Excel, the next step is to output report #2 - however I
get an error "the command or action outputto is not available" when the 2nd
report tries to kick off.
I have tried moving some of the program functions so that something else
happens in between report #1 and #2 figuring that the outputto action
perhaps needed additional time to finish - ie, I changed the program so
deleting some temp tables and such occurred after report#1 and before
report#2, but I still got the same error.
I didn't have any program functions to insert that took a great deal of
time, so my next thought was that perhaps there still wasn't enough time for
the first outputto action to complete - so I inserted first a 5 minute wait
before the next outputto command, however still no luck and same error. I
have adjusted the wait between reports all the way up to 30 minutes with no
difference - still the outputto not available error.
Can anyone offer any help?
reports to Excel for users. I have an issue where the program executes and
outputs report#1 to Excel, the next step is to output report #2 - however I
get an error "the command or action outputto is not available" when the 2nd
report tries to kick off.
I have tried moving some of the program functions so that something else
happens in between report #1 and #2 figuring that the outputto action
perhaps needed additional time to finish - ie, I changed the program so
deleting some temp tables and such occurred after report#1 and before
report#2, but I still got the same error.
I didn't have any program functions to insert that took a great deal of
time, so my next thought was that perhaps there still wasn't enough time for
the first outputto action to complete - so I inserted first a 5 minute wait
before the next outputto command, however still no luck and same error. I
have adjusted the wait between reports all the way up to 30 minutes with no
difference - still the outputto not available error.
Can anyone offer any help?