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!

Depreciation Forecast report

Status
Not open for further replies.

dellguy

Programmer
Aug 14, 2001
70
CA
I need to create a report of forecasted monthly depreciation expenses for a future date range.

So if an asset has a monthly dep. amount of $100.00 and a useful life of 60 months that started 10 months ago, I need to show this asset's forecast depreciation for the next 50 months (month by month). Any idea how I could explode a record times the number of remaining months in it's life?

If I had a period table that contained a record for each month from now until forever, I could use that. Unfortunately, I do not. I think the solution has something to do with a command table containing a SQL statement that provides a list of periods from now to a certain future date.

Any ideas ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top