C
Chris
Hi I have an Access 97 database.
I no longer need 2 modules in this database and have deleted them.
Now when I go run my VB 5 application to execute a saved report the
following line of code causes a "the database is missing, or opened
exclusively by another user" message to appear.
With objAccess
.OpenCurrentDatabase App.Path & "\" & sDatabaseName
I've done a lot of testing, and this error only occurs after I have removed
the
2 modules.
any code or resources the relied on the 2 modules no longer require them.
I can;t understand why this would matter.
please advise.
thanks
Chris
I no longer need 2 modules in this database and have deleted them.
Now when I go run my VB 5 application to execute a saved report the
following line of code causes a "the database is missing, or opened
exclusively by another user" message to appear.
With objAccess
.OpenCurrentDatabase App.Path & "\" & sDatabaseName
I've done a lot of testing, and this error only occurs after I have removed
the
2 modules.
any code or resources the relied on the 2 modules no longer require them.
I can;t understand why this would matter.
please advise.
thanks
Chris