Hi All,
Still new to Access and could use some help. I have a table that lists locations (allows duplicates), sample numbers (no duplicates), length, sample assay values, and length x assay. See the example below:
(Location) (Sample_ID) (Length) (Sample_Assay_ppm) (Length*Assay)
5400JS123 fc1234 0.5' 1.22 0.61
5400JS123 fc1235 2.3' 0.41 0.943
5400JS456 fc1236 1.1' 0.12 0.132
5400JS456 fc1237 2.9' 4.23 12.267
What I need is a way to add the total length of the samples together, add the length*assay values together and then divide that value by the total length. But** only if they are from the same location (5400JSxxx).
How do I go about setting this up?
Thanks ahead of time
Still new to Access and could use some help. I have a table that lists locations (allows duplicates), sample numbers (no duplicates), length, sample assay values, and length x assay. See the example below:
(Location) (Sample_ID) (Length) (Sample_Assay_ppm) (Length*Assay)
5400JS123 fc1234 0.5' 1.22 0.61
5400JS123 fc1235 2.3' 0.41 0.943
5400JS456 fc1236 1.1' 0.12 0.132
5400JS456 fc1237 2.9' 4.23 12.267
What I need is a way to add the total length of the samples together, add the length*assay values together and then divide that value by the total length. But** only if they are from the same location (5400JSxxx).
How do I go about setting this up?
Thanks ahead of time