jonathanchye
Registered User.
- Local time
- Today, 03:27
- Joined
- Mar 8, 2011
- Messages
- 448
Hi all,
I am working in MS Access 2010. I have a login form for that is set to load from the "Display Form" property of the Current Database tab. Basically the login form loads first thing when the database is opened.
I have created a function that checks the server for latest FE version and updates it if needed. The code is located in the form's "On Open" event.
I have some problems with some users with the FE client getting corrupted while updated. It think it might have something to do with my code running a bit slow and the form tries to load while the code is attempting to delete and copy over new files.
Is there a better way of relocating my update code? Should I put it in the "On Load" event? I am thining of creating a macro with my update code. Will this be better?
Database opens -> runs Macro -> if update needed delete and copy over new db -> if no update then continue to load login form
Will this be better?
I am working in MS Access 2010. I have a login form for that is set to load from the "Display Form" property of the Current Database tab. Basically the login form loads first thing when the database is opened.
I have created a function that checks the server for latest FE version and updates it if needed. The code is located in the form's "On Open" event.
I have some problems with some users with the FE client getting corrupted while updated. It think it might have something to do with my code running a bit slow and the form tries to load while the code is attempting to delete and copy over new files.
Is there a better way of relocating my update code? Should I put it in the "On Load" event? I am thining of creating a macro with my update code. Will this be better?
Database opens -> runs Macro -> if update needed delete and copy over new db -> if no update then continue to load login form
Will this be better?