H
heidii
HELP!!
I know this is probably a permissions problem, but I can not locate
it. Here is what I have in a summary:
Search form with combo boxes and text boxes to filter report
(frmMaterialsSearch). OnClick Event has code to open my report in
designview first and make different groupings visible or invisible
depending on my forms selections, then saves my report. Code
continues to open report in preview, onopen code has code to check
search form for criteria, depending on the criteria it changes my
recordsource on the OnOpen event. All filters and report
modifications work great.
Here is the issue. If I am logged in as the Admin the report runs
perfectly, changing my groups orders, and making some visible not
visible, and filters correctly, no hangs on formatting. But if I log
in as a regular user I can only get the report to open into preview
mode when I make a particular selection on my search form. The other
two selections leave the report hanging on the formating of the
report. Yet under admin nothing hangs at all. I have checked all my
objects in the permissions, and everything is selected. I can not
locate why the formatting hangs with users and not admins. I have
even changed my permissions on all the objects related to the form and
reports to full admin permissions for those groups of users, but it
still hangs on the format. It just doesn't make sense to me. If it
was truly a permission problem it should I think not open the report
at all or even get to the format part of the code? right?
Please does anyone have input?
I know this is probably a permissions problem, but I can not locate
it. Here is what I have in a summary:
Search form with combo boxes and text boxes to filter report
(frmMaterialsSearch). OnClick Event has code to open my report in
designview first and make different groupings visible or invisible
depending on my forms selections, then saves my report. Code
continues to open report in preview, onopen code has code to check
search form for criteria, depending on the criteria it changes my
recordsource on the OnOpen event. All filters and report
modifications work great.
Here is the issue. If I am logged in as the Admin the report runs
perfectly, changing my groups orders, and making some visible not
visible, and filters correctly, no hangs on formatting. But if I log
in as a regular user I can only get the report to open into preview
mode when I make a particular selection on my search form. The other
two selections leave the report hanging on the formating of the
report. Yet under admin nothing hangs at all. I have checked all my
objects in the permissions, and everything is selected. I can not
locate why the formatting hangs with users and not admins. I have
even changed my permissions on all the objects related to the form and
reports to full admin permissions for those groups of users, but it
still hangs on the format. It just doesn't make sense to me. If it
was truly a permission problem it should I think not open the report
at all or even get to the format part of the code? right?
Please does anyone have input?