Programming Language for an accountant

Michaels

Active Member
Joined
Apr 2, 2009
Messages
404
Hi there !

Being a recently qualified accountant, I intend to develop my own accounting system (not re-inventing the wheel but purely as a project for learning VB.Net)

I consulted with a Course Leader and he suggested this:

1. Learn ASP.NET (for building forms)
2. Learn VB.NET (coding those forms and controls)
3. Learn SQL (for database creation)

He also said that I should create web-application (wherever there is internet, I can do my work online) and "then" develop the Windows Application (.exe)

So my questions in this regard are:

Q1. Is the Course Leader's idea good for achieving the goal (creating my own plain accounting system, which can be accessed online and on windows too) ?

Q2. Can we build Excel forms for data-entry to SQL (excel for data-entry to directly SQL as storage) and use excel as retrieving tool (for report generation, such as Income statement and balance sheet) ?

Your comments are highly appreciated.


Thanks :)
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Hi,
This sounds like a trick question since accountants, as general rule, wouldn't be learning .NET languages. That said, I would learn SQL first. It's the common currency of data-driven applications. From there if you want to build a web-driven app, you can produce it in ASP.NET, and if you don't want to run the app on a web server, you can use VB.NET instead. I wouldn't confuse Excel development with this at first - one thing at a time. You can always write Excel interfaces but probably that depends on having a good understanding of how the database works first.

ξ
 
Upvote 0

Forum statistics

Threads
1,225,661
Messages
6,186,288
Members
453,348
Latest member
newbieBA

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top