macca the hacke
Macca the Hacca
- Local time
- Today, 00:47
- Joined
- Dec 1, 2005
- Messages
- 221
Hi
I have an issue with my database since I split it into 2.
Once I have opened my main form whenever I try and change existing queries, forms etc I get the warning - you do not have exclusive access to the database at this time. If you proceed to make changes, you may not be able to save them later.
I know other users are not in the database, so must be some of my code that opens recordsets to look for data. I have referenced all of them to the back end (opendatabase(backend)) rather than currentdb(). I am sure that all of them set db back to nothing once they have finished, so cannot think what is locking the database.
Is there any way of getting access to list all open recordsets, so I can find out what is happenning?
Ta
I have an issue with my database since I split it into 2.
Once I have opened my main form whenever I try and change existing queries, forms etc I get the warning - you do not have exclusive access to the database at this time. If you proceed to make changes, you may not be able to save them later.
I know other users are not in the database, so must be some of my code that opens recordsets to look for data. I have referenced all of them to the back end (opendatabase(backend)) rather than currentdb(). I am sure that all of them set db back to nothing once they have finished, so cannot think what is locking the database.
Is there any way of getting access to list all open recordsets, so I can find out what is happenning?
Ta