R
rogge
Here is one line of my code:
DoCmd.OpenReport "rptIssClosedListDate", acViewPreview
and it generates this error:
"Execution of this application has stopped due to a run-time error."
When one clicks "OK" the application closes
(yes, i know i am supposed to have error code, but when given the luxery of
3 days to create a multi-user SQL server database from scratch and deploy it
to a myriad of unknown computers, i prefer to program with no errors )
I have tested this on my machine, XP & Office 2003, using the runtime
switch, but i get no errors. On my co-workers machine, the error occurs.
Her machine has MS Access 2003 run-time.
Can this be a case of restrictive user permissions? Thank you for your help.
DoCmd.OpenReport "rptIssClosedListDate", acViewPreview
and it generates this error:
"Execution of this application has stopped due to a run-time error."
When one clicks "OK" the application closes
(yes, i know i am supposed to have error code, but when given the luxery of
3 days to create a multi-user SQL server database from scratch and deploy it
to a myriad of unknown computers, i prefer to program with no errors )
I have tested this on my machine, XP & Office 2003, using the runtime
switch, but i get no errors. On my co-workers machine, the error occurs.
Her machine has MS Access 2003 run-time.
Can this be a case of restrictive user permissions? Thank you for your help.