Chris Macro
Well-known Member
- Joined
- Nov 2, 2011
- Messages
- 1,345
- Office Version
- 365
- Platform
- Windows
Hello,
I'm working on a personal project where I'd like to have a simple cloud-based database setup (think 10 columns + <5,000 rows). I'd like to be able to use VBA code that can read information from the database and also edit the database (add/delete/modify). Unfortunately, most documentation on the internet assumes the database is already set up and just addresses using VBA code to interact with the SQL database (or whatever).
My questions are:
I'm working on a personal project where I'd like to have a simple cloud-based database setup (think 10 columns + <5,000 rows). I'd like to be able to use VBA code that can read information from the database and also edit the database (add/delete/modify). Unfortunately, most documentation on the internet assumes the database is already set up and just addresses using VBA code to interact with the SQL database (or whatever).
My questions are:
- Is there a free/cheap way to set up a cloud-based database that isn't too complex?
- What is the best coding to interact with said database?