I have been working with access databases in VB projects for all my career, always with 2003 mdb format. Last week, I bought Access 2024, and saved a well-used database as an accdb. My VB project started up fine for a few days, then suddenly refused to open. No error message - just waits for about 30 seconds then gives up. No error occurs. I noticed, by accident, that if I start Access 2024 while my project is waiting, it suddenly continues, and all seems well.
The database is password protected, and this is supplied in the connection string as usual.
I thought I might not be closing the database properly, but the code executes the .Close correctly. I see there is a Trust Center in Access 2024, but have left it alone until I know more about it.
Any ideas ?
The database is password protected, and this is supplied in the connection string as usual.
I thought I might not be closing the database properly, but the code executes the .Close correctly. I see there is a Trust Center in Access 2024, but have left it alone until I know more about it.
Any ideas ?