L
Leo Rincic
Hi all,
I have a secured database, FE-BE solution, developed in MS Access 2000 in
production. I want to offer all the users the ability to store reports in
RTF format and am trying to use OutputTo method to save the reports on disk.
The source queries for the reports are executed with owner's permissions and
all the users can open and print the reports.
The OutputTo works however only under the single developer (admin) account
and the same account is also listed as the owner of the report (and most of
the other objects as well). Under any of the other accounts, OutputTo fails
with MSAccess error #2587: "<database_name> can't complete the output
operation". The interface for this is implemented via the toolbar assigned
to the reports. Toolbar item executes a macro with RunCode calling a
function with DoCmd.OutputTo ...
Any help appreciated. Thanks,
Leo
I have a secured database, FE-BE solution, developed in MS Access 2000 in
production. I want to offer all the users the ability to store reports in
RTF format and am trying to use OutputTo method to save the reports on disk.
The source queries for the reports are executed with owner's permissions and
all the users can open and print the reports.
The OutputTo works however only under the single developer (admin) account
and the same account is also listed as the owner of the report (and most of
the other objects as well). Under any of the other accounts, OutputTo fails
with MSAccess error #2587: "<database_name> can't complete the output
operation". The interface for this is implemented via the toolbar assigned
to the reports. Toolbar item executes a macro with RunCode calling a
function with DoCmd.OutputTo ...
Any help appreciated. Thanks,
Leo