I'm a computer programmer by education, and worked as a financial systems / web programmer for a bank as long as I could stand corporate america - so I'll weigh in and help you out here.
PM me and I'll build you an example database to get you started, send you some insert / update / select queries (deletes are way too simple), and give you some code to start with in the language of your choice.
I suggest MySql. It's free, and it's graphic interface is really nice and very powerful. You could also use Microsofts professional product Sql Server which I used to use a lot. There's a free version of it too. MySql is easier to find info on though.
Unlike Access, there will be no built in programming environment. Access's environment sucks anyway for many many many reasons. So you'll need to figure out your target. If you want to build desktop apps you have a few good choices. Qt which is C++, Lazarus which is a Delphi clone and uses Object Pascal.
C++ is a little bit daunting, but Qt makes it not so bad. I've cross compiled the same exact code to target Linux and Windows - and it looks like you can do the same for Android and IOS now too but I haven't tried it.
If you're going for a web app, PHP is where it's at. Getting a webserver set up with PHP on Windows is a pain, but you can download Wampserver and it'll pretty much do it all for you. Most everything I've coded in the last few years has been web apps in PHP / MySql.
Like I said, PM me and I can help you get rolling pretty quick.
PM me and I'll build you an example database to get you started, send you some insert / update / select queries (deletes are way too simple), and give you some code to start with in the language of your choice.
I suggest MySql. It's free, and it's graphic interface is really nice and very powerful. You could also use Microsofts professional product Sql Server which I used to use a lot. There's a free version of it too. MySql is easier to find info on though.
Unlike Access, there will be no built in programming environment. Access's environment sucks anyway for many many many reasons. So you'll need to figure out your target. If you want to build desktop apps you have a few good choices. Qt which is C++, Lazarus which is a Delphi clone and uses Object Pascal.
C++ is a little bit daunting, but Qt makes it not so bad. I've cross compiled the same exact code to target Linux and Windows - and it looks like you can do the same for Android and IOS now too but I haven't tried it.
If you're going for a web app, PHP is where it's at. Getting a webserver set up with PHP on Windows is a pain, but you can download Wampserver and it'll pretty much do it all for you. Most everything I've coded in the last few years has been web apps in PHP / MySql.
Like I said, PM me and I can help you get rolling pretty quick.