ReportMaster
MIS
I am currently attempting to write a simple accounting program with visual studio.net. It needs to store information like 'check number', 'amount', 'expense category', and 'paid to' to an independent file. I also want to pull the information out to give a ledger style report of expenditures, and reports by category. I have to make this a stand alone program, so interaction with access or other database program is out. I am not a programmer, and have limited experience with visual studio.net, so I have a limited knowledge of the .net abilities. I am open to any kind of advice that you can give... Thanks a bunch in advance to any help!!