C
Chad
Hi All,
I have 2 tables for a drilling database. the first table has the hole
number (plus other stuff). the second table has the hole details. My query
gives me the hole number from the first table and the hole detail from the
second. My problem is that I have a detail for every cm of the drilled
hole. With holes ranging from 15m to 20m, that is way too much data. Is
there a way to averagethe readings 1-100, 101-200, 201-300, etc. The other
catch is, my detail for each hole is text (soft, meduim, hard) So I am
assuming I need to assign a number to each (1-soft, 2-medium, 3-hard) add
those numbers up for 1-100 and then average it, and if per say it ends up a
2 then output medium for the section.
Is this possible? I have no experience with access, but have done some
programming with VBA & Excel
Thanks
Chad
I have 2 tables for a drilling database. the first table has the hole
number (plus other stuff). the second table has the hole details. My query
gives me the hole number from the first table and the hole detail from the
second. My problem is that I have a detail for every cm of the drilled
hole. With holes ranging from 15m to 20m, that is way too much data. Is
there a way to averagethe readings 1-100, 101-200, 201-300, etc. The other
catch is, my detail for each hole is text (soft, meduim, hard) So I am
assuming I need to assign a number to each (1-soft, 2-medium, 3-hard) add
those numbers up for 1-100 and then average it, and if per say it ends up a
2 then output medium for the section.
Is this possible? I have no experience with access, but have done some
programming with VBA & Excel
Thanks
Chad