Hatty_Head
New Member
- Joined
- Jun 20, 2019
- Messages
- 1
Hi All,
I was wondering if anyone out there can help me with a potential application I would like to make.
What i would like is for there to be an Access database hosted online that has VBA which at regular times scrapes data and updates itself. This could be a timer module in the VBA, or just a system schedule which call some VBscript. I would then have some front end access/excel applications that can run locally (and can be distributed around the world) which connect to this central data source, and also allows the end user to update the database.
Is this is feasible? I've not had much luck looking online.
Some potential options could be to have a host which has an access database instance, or maybe a VPS? There is also a lot of pushing towards using Azure, but not sure if that would do what is required or not. Whatever the best option, there are 2 things I would like it to be able to do:
1. It needs to be able to have some code which runs on a timer which does regular data scrapes (not sure if you ca do this via Azure)
2. It needs to allow a front end VBA application to connect to it.
If anyone here could give me some advice on this, it would be much appreciated
Thank you in advance.
I was wondering if anyone out there can help me with a potential application I would like to make.
What i would like is for there to be an Access database hosted online that has VBA which at regular times scrapes data and updates itself. This could be a timer module in the VBA, or just a system schedule which call some VBscript. I would then have some front end access/excel applications that can run locally (and can be distributed around the world) which connect to this central data source, and also allows the end user to update the database.
Is this is feasible? I've not had much luck looking online.
Some potential options could be to have a host which has an access database instance, or maybe a VPS? There is also a lot of pushing towards using Azure, but not sure if that would do what is required or not. Whatever the best option, there are 2 things I would like it to be able to do:
1. It needs to be able to have some code which runs on a timer which does regular data scrapes (not sure if you ca do this via Azure)
2. It needs to allow a front end VBA application to connect to it.
If anyone here could give me some advice on this, it would be much appreciated
Thank you in advance.