I have a shared Access 2003 database with multiple users all on Windows XP.
One user gets a 3011 error, but the message does not give an object or file name; it simply gives two single quotes at the end of the "cannot find" message.
None of the other users gets this problem when executing the same procedures.
In searching for a possible solution, on this forum and via Google, it seems that this error mainly occurs where there is a split [front-end/back-end] database or a file or object is being imported/exported. Neither of these is true in my example: it is a monolithic database file and the command that causes the error is: DoCmd.OpenReport ... and the Report DOES exist.
Any thoughts on possible causes/solutions would be much appreciated.
One user gets a 3011 error, but the message does not give an object or file name; it simply gives two single quotes at the end of the "cannot find" message.
None of the other users gets this problem when executing the same procedures.
In searching for a possible solution, on this forum and via Google, it seems that this error mainly occurs where there is a split [front-end/back-end] database or a file or object is being imported/exported. Neither of these is true in my example: it is a monolithic database file and the command that causes the error is: DoCmd.OpenReport ... and the Report DOES exist.
Any thoughts on possible causes/solutions would be much appreciated.