Rudolph583
New member
- Local time
- Today, 18:49
- Joined
- Jan 16, 2022
- Messages
- 4
Hi all,
I am working on a new project and would appreciate your advice on how to best implement this.
Basically, I am looking to build an app which I can use to manage my perosnal to-do's (tasks). I have already implemented everything in a locally stored Access database. Very simple stuff: It's only a single table (which stores my to-do's with a description, deadline, category, etc.), a few queries and a few forms for data entry. Very limited data to be stored - only a few hundreds of records.
That all works fine, but the problem is that I can only access my to-do application when I'm sitting in front of the computer where the Access DB is stored locally. I would like to access my data in 2 ways:
1. When at home, using Microsoft Access
2. When on the road, using my mobile phone.
Would you have any suggestions on how to build this?
I'm considering having the table stored on a database web hosting service, building a few simple website forms for data entry and retrieval via mobile phone and for local usage linking my web hosted table into Access.
The ideal solution I am looking for would be:
Many thanks!
I am working on a new project and would appreciate your advice on how to best implement this.
Basically, I am looking to build an app which I can use to manage my perosnal to-do's (tasks). I have already implemented everything in a locally stored Access database. Very simple stuff: It's only a single table (which stores my to-do's with a description, deadline, category, etc.), a few queries and a few forms for data entry. Very limited data to be stored - only a few hundreds of records.
That all works fine, but the problem is that I can only access my to-do application when I'm sitting in front of the computer where the Access DB is stored locally. I would like to access my data in 2 ways:
1. When at home, using Microsoft Access
2. When on the road, using my mobile phone.
Would you have any suggestions on how to build this?
I'm considering having the table stored on a database web hosting service, building a few simple website forms for data entry and retrieval via mobile phone and for local usage linking my web hosted table into Access.
The ideal solution I am looking for would be:
- Reasonably simple to build. I have many years of Access, SQL and VBA experience, but only basic HTML and MySQL and no JavaScript experience. Looking for something where I don't have to spend weeks learning how to web forms and operate a server.
- Reasonable cost. Considering I'd store very little data, hoping not to spend more than £30 a year on web hosting services.
- Data stored in the cloud. Don't want to run a local web server due to security issues.
- Local administration. I'd like to keep using my local Access 2007 front-end when I'm at home, so looking for a way of Access linking-in my table on the cloud. Is this possible at all and how can it be done?
Many thanks!