G
Glen Denning
I've encountered a problem implementing security related to reports in
an Access 2000 mdb file. This file is a front-end with links to tables
in another mdb. It was subjected to the Access Security Wizard, then re-
created as an import into a new mdb to ensure permissions were properly
set. Prior to implementing security, the file was developed and tested
on computers using Win98 and WinXP, both running Office XP.
My mdb includes a report which is modified by VBA in design view, saved
and closed, then opened again to show it to the user in Preview Mode.
The modifications consist of setting textbox values, textbox visibility
and setting an OrderBy string based on what the user selects on a form.
The problem report displays properly when I'm logged on as a user in the
Admins group. But when I'm logged into a Read-Only User group I've
created, the VBA fails silently (without raising an error) while saving
the report. The result is that my changes don't appear when the report
is re-opened.
Members of the Read-Only User group have Open/Run, Read Design, and
Modify Design permission set for the report and new reports. This,
however, doesn't appear to allow them to save the modified report. With
regards to the report, the only difference between Admin and members of
the Read-Only User group is that that the latter doesn't have Administer
rights. (Granting Administer rights doesn't fix the problem though.) Any
suggestions?
Glen
an Access 2000 mdb file. This file is a front-end with links to tables
in another mdb. It was subjected to the Access Security Wizard, then re-
created as an import into a new mdb to ensure permissions were properly
set. Prior to implementing security, the file was developed and tested
on computers using Win98 and WinXP, both running Office XP.
My mdb includes a report which is modified by VBA in design view, saved
and closed, then opened again to show it to the user in Preview Mode.
The modifications consist of setting textbox values, textbox visibility
and setting an OrderBy string based on what the user selects on a form.
The problem report displays properly when I'm logged on as a user in the
Admins group. But when I'm logged into a Read-Only User group I've
created, the VBA fails silently (without raising an error) while saving
the report. The result is that my changes don't appear when the report
is re-opened.
Members of the Read-Only User group have Open/Run, Read Design, and
Modify Design permission set for the report and new reports. This,
however, doesn't appear to allow them to save the modified report. With
regards to the report, the only difference between Admin and members of
the Read-Only User group is that that the latter doesn't have Administer
rights. (Granting Administer rights doesn't fix the problem though.) Any
suggestions?
Glen