Lightwave
Ad astra
- Local time
- Today, 07:51
- Joined
- Sep 27, 2004
- Messages
- 1,537
Think this might require money 
As a long term project I would suggest
Learn about SQL Azure - a developer database monthly pay as you go is about £5 a month for a 2gb 5DTU basic SQL Server database. Its actually very easy to spin up a database now.
Getting information in and out of this is also easy after you have installed SQL Server Management Studio you can even hook it up to MS Access front end easily and this can be the back bone for you managing the data.
For a front end I would suggest you start investigating web code generators in particular
ASP NET runner
https://xlinesoft.com/asprunnernet/register.htm
ASP NET Maker
http://www.hkvstore.com/aspnetmaker/
Both of these will generate quite complicated basic web application structure and will allow some degree of editing. Again they cost money and it will probably take you a few months to start to feel comfortable with whichever you go for. They both have time limited trials which are better if you already have a database / sql server to hook them up to.

As a long term project I would suggest
Learn about SQL Azure - a developer database monthly pay as you go is about £5 a month for a 2gb 5DTU basic SQL Server database. Its actually very easy to spin up a database now.
Getting information in and out of this is also easy after you have installed SQL Server Management Studio you can even hook it up to MS Access front end easily and this can be the back bone for you managing the data.
For a front end I would suggest you start investigating web code generators in particular
ASP NET runner
https://xlinesoft.com/asprunnernet/register.htm
ASP NET Maker
http://www.hkvstore.com/aspnetmaker/
Both of these will generate quite complicated basic web application structure and will allow some degree of editing. Again they cost money and it will probably take you a few months to start to feel comfortable with whichever you go for. They both have time limited trials which are better if you already have a database / sql server to hook them up to.