C
Chad Cameron
Hi All,
I have created a query that pulls from multiple tables, to give me
information about drill holes (I work in the mining industry). Sorry, if
this is confusing, I am not sure how to word it easily.
When we drill a hole, the drill records it as TYPE=2. If the hole collapses
and they have to redrill the same hole, it is TYPE=3.
So, when I generate a report I will get something like this
101=2
102=2
102=3
103=2
103=3
103=3
104=2
So, hole 101 is fine. Hole 102 was drilled, it collapsed and was redrill
successfully. Hole 103 Collapsed twice and then was drilled successfully,
hole 104 is fine.
I don't care about the unsucessful holes, I only want my report to show the
sucessful holes. How would I go about doing this? This is what I want in
my report
101=2
102=3
103=3
104=2
Thanks
Chad
I have created a query that pulls from multiple tables, to give me
information about drill holes (I work in the mining industry). Sorry, if
this is confusing, I am not sure how to word it easily.
When we drill a hole, the drill records it as TYPE=2. If the hole collapses
and they have to redrill the same hole, it is TYPE=3.
So, when I generate a report I will get something like this
101=2
102=2
102=3
103=2
103=3
103=3
104=2
So, hole 101 is fine. Hole 102 was drilled, it collapsed and was redrill
successfully. Hole 103 Collapsed twice and then was drilled successfully,
hole 104 is fine.
I don't care about the unsucessful holes, I only want my report to show the
sucessful holes. How would I go about doing this? This is what I want in
my report
101=2
102=3
103=3
104=2
Thanks
Chad