Okay, I am new to Access expressions, but have many years of experience with Excel.... so I can get this to work quite easily in Excel, but can't figure it out in an Access Report I have built. I have included a screen-cap of the report I have made and as you can see, the % Missing (by $) in the far right column is blank, as this is where I'm having my issue. The report is grouped by Holder with the details hidden as I am only producing a summary report. I get the correct corresponding count and value for all of the listed Holder's Assets. What I'm trying to do is this...
Each Holder has Assets that fall into different status' (such as assigned, damaged, missing... etc). I need the expression to sum the total dollar amount for just the assets that user has listed as MISSING status and then dividing that amount by the total asset value so I can get a percentage of that holders missing assets based on dollar amount. The field names from my table is as follows:
[Holder] - Self explanatory... report already grouping the correct way
[Status] - "Missing" Assets only
[Current Value] - Dollar amount assigned to the respective asset's record
[Asset Value #] - The Report Field that already calculates the TOTAL dollar amount for all asset's assigned, regardless of status for the given Holder
Any guidance you guys could give would be appreciated!