|
25 Years of Programming
An open source source for C, C++, OWL, BASIC, MDB, XLS, DOT, and more... |
Home Projects Up Sitemap Search Blog Forum+Chat About Us Privacy Terms of Use Feedback FAQ Images Services Payments Humor Music |
EXPENSES.MDB Microsoft Access expense ledger databaseEXPENSES.MDB is a database for storing expense records and grouping them into categories to get category totals. It has queries to summarize the data in different ways over various time periods, which can be used as examples of how to create other similar queries more customized to your needs, and it has several ledger-style reports, a couple of which were originally created for a 10 cpi "generic / text only" (non-graphics) printer that had a 14" wide carriage. Although simple, this database and its Condor rDBMS predecessor have served me well for many years. The best way to find your way around is to enter some data to start with and then experiment. Its tables are:
The fields of table1 are:
If you're new to Access, the queries can serve as examples to learn from. One is a crosstab query. Its output is in spreadsheet format with the years across the top and the categories down the left side so you can see how the category totals changed from year to year. Download:
Related project - Microsoft Excel checkbook registerThere is a companion project to this one: The Excel worksheet CHECKS.XLS is a checkbook (check register) that maintains your running balance when you enter the data from your checks or debit card transactions. The worksheet is structured so you can copy its data and PasteAppend it into the EXPENSES.MDB database (table1) to calculate category totals for year-end bookkeeping and income tax return preparation. Expenses that were not paid by check, and other transactions, would normally be entered directly into EXPENSES.MDB. Whenever needed, copy and paste the check data from CHECKS.XLS into the database, where it all gets mixed together and you can get the category totals regardless of how the expenses were paid. |
|
|
|
|
|
|
|
Copyright ©2011 Steven Whitney. Last modified Sun 01/23/2011 01:44:20 -0800. |
||