Tim's Projects
Creating an Accounting System
Over the past few weeks I have been writing an accounting system that will enable me to keep track of an account and produce invoices for clients. It uses ASP and Internet Explorer, but the key part of the system is the Access database. Once I had decided on the best way to set up the tables and fields, creating the code to read and write to the database became quite easy.
To create my invoices, the ASP script connects to a Microsoft Word template, enters the invoice details and automatically saves the document with an appropriate filename.
|