R
rogge
Here is one line of my code:
DoCmd.OpenReport "rptIssClosedListDate", acViewPreview
and it generates this error w/o error handling:
"Execution of this application has stopped due to a run-time error."
When one clicks "OK" the application closes
With erorr handling:
"Error 1502 (The OpenReport action was canceled) in procedure...."
The report has no code.
I have full admin rights on my computer and do not get this erorr; however,
my co-workers' computers are locked down tighter than Sir Galahad at Castle
Anthrax. SO i am assuming that these admin rights are the issue. will you
please shed some light on permissions and report running?
DoCmd.OpenReport "rptIssClosedListDate", acViewPreview
and it generates this error w/o error handling:
"Execution of this application has stopped due to a run-time error."
When one clicks "OK" the application closes
With erorr handling:
"Error 1502 (The OpenReport action was canceled) in procedure...."
The report has no code.
I have full admin rights on my computer and do not get this erorr; however,
my co-workers' computers are locked down tighter than Sir Galahad at Castle
Anthrax. SO i am assuming that these admin rights are the issue. will you
please shed some light on permissions and report running?