I have a table with the office equipment inventory. I have to create a report for the asset valuation. The report format should look like the following:
Office A Office B Office C Total Percent
Purchase Price (PP)
Depreciation
Current Price (PP – Dep)
Avg. Condition (CP / PP)
What is the best way to create this report? I don’t know how to manipulate the Access Report to create the look I want. For example, I created a columnar report which looks like this.
Office A
Purchase Price (PP)
Depreciation
Current Price (PP – Dep)
Avg. Condition (CP / PP)
But these labels gets repeated for Office B and C, instead of listing all the office data side-by-side like the first example. And the total should also be displayed on the side. There must be an easier way to do this. Please share your wisdom. Thank you. - sjh
Bytheway, the table has the following columns:
ItemNo
OfficeLocation
PurchasePrice
Depreciation
Office A Office B Office C Total Percent
Purchase Price (PP)
Depreciation
Current Price (PP – Dep)
Avg. Condition (CP / PP)
What is the best way to create this report? I don’t know how to manipulate the Access Report to create the look I want. For example, I created a columnar report which looks like this.
Office A
Purchase Price (PP)
Depreciation
Current Price (PP – Dep)
Avg. Condition (CP / PP)
But these labels gets repeated for Office B and C, instead of listing all the office data side-by-side like the first example. And the total should also be displayed on the side. There must be an easier way to do this. Please share your wisdom. Thank you. - sjh
Bytheway, the table has the following columns:
ItemNo
OfficeLocation
PurchasePrice
Depreciation