I have made a Table of Depreciation and now I need to add three more columns
to the Depreciation one. There are no options for more than one field..... I
need to add Depreciation Expense, Accumulated Depreciation, and Book
Value...using the Straight Line Method Equation!!! PLEASE RESPOND!
Please don't yell at us. We're all volunteers here, donating our time
free of charge. Instant answers should not be expected.
There may be some volunteers expert in accounting but I'm not one. I
do not know how to calculate these (derived?) fields from data in your
table. I'm guessing that you might want to use Excel to do this if
you're in a great hurry - Excel is a spreadsheet with builtin
accounting functions; Access isn't.
You can enter up to 255 fields in a Query. If you have an expression
for Depreciation Expense, you can type:
Depreciation Expense: <your expression here>
in a vacant Field cell of the query grid. If you need some complex
function, you'll need to either link to a program library containing
the function, or write it in VBA as a custom user function.
John W. Vinson[MVP]