Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple Calculations and Auto-updates

Status
Not open for further replies.

MKH2001

Technical User
Jan 7, 2003
90
GB
I need to add a depreciation module onto an existing Asset Database.

I have an asset table where I want all the data stored, so that I can run all reports etc from that one table.
This table will have 2forms, one for the input of asset details, and another for the accountants to enter the depreciation details.

As such I want to run the following calculations to return the required info for the stated fields

Calculations are:

Months Remaining = (depreciation period)-(months depreciated)
Depreciation to Date = (Purchase price)/(Depreciation period)x(Months depreciated)
Netbook Value = (Purchase Price)-(Depreciation to Date)

Obviously one or more of these calculations has a knock on affect to one or more of the other fields.
And I was wanting to return all the calculation results to the Asset table.

Also I need the depreciation to become automated after its intial input.
Therefore I need the database to know what the date is and to update figures every month.
i.e The computer realizes the date is 30-01-03 and that the (Depreciation Start) was 30-06-02 and so returns the (months depreciated) as 7

I know there is a lot involved in all this but it is the usual scenario, know what I want to do but very little time to get there.

Any assistance in all or any of these issues would be great!
 
"Sounds Like" you want help in re-writting normalization rules. "Suggestion" is revisit relational db design rules.

MichaelRed
m.red@att.net

Searching for employment in all the wrong places
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top