Bob McDuff
New member
- Local time
- Today, 21:55
- Joined
- Mar 17, 2025
- Messages
- 3
I have a database that I've been working on for some time. It's heavy on front-end functionality, has a custom-built user accounts system, and has a large number of vba routines performing calculations etc. The actual volume of data is fairly low however (a few thousand records spread across a couple dozen tables).
The time has come to deploy a test version of the database to a wider group of users. Likely 6-8 users across 3 different locations.
For the final roll-out the plan is to host the back-end data in a cloud system (likely Azure? Any advice on this is also welcome). But for the next few weeks of testing I would like to take the simplest approach (I've not worked with any cloud systems before). Speed is not a high priority at this stage. Security is not a particular concern either, as the database is populated with representative test-data only.
The three different sites have different IT setups; two use MS One-Drive, and one uses self-managed Windows installs. There is no server that can be easily accessed by all parties, though I have access to a desktop PC with a fast and reliable internet connection. I could host things on this machine in the short-term, if I can provide the relevant permissions.
I'm looking for advice on how best to proceed. I have split the database, but I'm unsure where best to place the back-end data, or how to link the front-end with a remotely-stored back-end for all users.
Thanks in advance for any help or advice you can provide.
The time has come to deploy a test version of the database to a wider group of users. Likely 6-8 users across 3 different locations.
For the final roll-out the plan is to host the back-end data in a cloud system (likely Azure? Any advice on this is also welcome). But for the next few weeks of testing I would like to take the simplest approach (I've not worked with any cloud systems before). Speed is not a high priority at this stage. Security is not a particular concern either, as the database is populated with representative test-data only.
The three different sites have different IT setups; two use MS One-Drive, and one uses self-managed Windows installs. There is no server that can be easily accessed by all parties, though I have access to a desktop PC with a fast and reliable internet connection. I could host things on this machine in the short-term, if I can provide the relevant permissions.
I'm looking for advice on how best to proceed. I have split the database, but I'm unsure where best to place the back-end data, or how to link the front-end with a remotely-stored back-end for all users.
Thanks in advance for any help or advice you can provide.