hfsitumo2001
Member
- Local time
- Today, 02:45
- Joined
- Jan 17, 2021
- Messages
- 381
Thank you Arnel, it seems my test is working, but this is when I used unsplit database, then I split. Now I am thinking how can I test my split database which is already go live. I renamed the Autoupdater to Loader, and it seems, this file that we can customize the icon on desktop for user to start up?.sorry you only need to add tblLocalVariables to your FE.
here is an alternative steps.
(setup on you computer)
1. create a "permanent" folder for your FE.
example, create a folder on you pc and put
the FE there:
c:\accDatabase
2. put the FE on the new folder.
3. open the FE and add tblLocalVariables (if not added yet).
4. add version number, eg. 2021.02, etc.
5. close the FE
6. copy the FE to your server (same path as with the BE).
7. open again the FE (from c:\accDatabase).
8. change and lower the version number, 2021.01.
9. close the FE.
6. run the autoupdater db (hold SHIFT key while the db is loading) on your pc.
7. open frmSetUp.
8. note that you must "select" the folder "c:\accDatabase" on "FRON END location on Client".
9. complete the rest of the setup and close the autoupdater.
10. copy the autoupdater db to a usb drive.
11. from Your c:\accDatabase, copy the FE to the usb drive.
(on each User's pc)
12. create same folder in c: (c:\accdatabase).
13. copy the FE from the usb to this folder.
14. copy the autoupdater to the desktop.
15 (optional, rename the autupdater db to Loader.accdb
16. open the loader (without using Shift key) and test.
//Edit: in case you are interested, i update the Loading of frmSetup.
It will now, add the correct path of the Local installed ms access.
Can I create the form in the Admin page to change the version value?. If the version value is the same and we run the Loader, does it still working to update and will say " no change", but for the user, I will not let them to show this message.
Thank you for letting me know if anymore I should add.
Thank you
Frank