Hi
I am trying to find multiple occurrences of a value, SizeCode. I would like to show the minFrom_Depth and maxTo_Depth for when each SizeCode occurs. Each SizeCode may appear more than once at different depths.
I have the following tbl
tblSampleSize
HoleID
From_Depth
To_Depth
SizeCode
I...