Dear All,
I have an issue where I need to stop the .laccdb file from appearing when opening access.
The reason is that the users open it and leave it open and don't logoff properly leaving that file running.
This is a problem as when I need to update the file with the new version, it will overwrite the old, but that corrupts it, when you try and open it again.
After a lot of googling, I have found that if you open it in read-only mode this stops the .laccdb file generating.
This may be a ham fisted way of approaching this problem, I am open to suggestions.
So I thought of putting VB code on start-up to make the Access reporting system read-only.
The Reporting system is basically a bunch of linked tables, forms with vb code, and non-linked tables and vb functions.
It is meant to run reports off our main db system.
The non-linked tables are for the form info.
The vb code is for forms and some reports.
Thanks for your forthcoming help.
Thank you,
Kind regards
Triacona
I have an issue where I need to stop the .laccdb file from appearing when opening access.
The reason is that the users open it and leave it open and don't logoff properly leaving that file running.
This is a problem as when I need to update the file with the new version, it will overwrite the old, but that corrupts it, when you try and open it again.
After a lot of googling, I have found that if you open it in read-only mode this stops the .laccdb file generating.
This may be a ham fisted way of approaching this problem, I am open to suggestions.
So I thought of putting VB code on start-up to make the Access reporting system read-only.
The Reporting system is basically a bunch of linked tables, forms with vb code, and non-linked tables and vb functions.
It is meant to run reports off our main db system.
The non-linked tables are for the form info.
The vb code is for forms and some reports.
Thanks for your forthcoming help.
Thank you,
Kind regards
Triacona