D
Doug
I have two datasets--one has two sets of ranges and an id
number(text) -- the other has a text value that once
string analized leave two numbers-- these numbers have to
be analized in the first table -- to determine which
ranges they fall into:
Ranges in table one,
ID range1 Range2
ab 1-20 5-34
values in table two,
ID12-22 the result would be ab (the id number from table
one.)
What would be the best method of analyzing this data. I
have tried to write a function that would iterate through
but the datasets are huge. I can't wrap my head around the
query.
any help would be appreciated.
number(text) -- the other has a text value that once
string analized leave two numbers-- these numbers have to
be analized in the first table -- to determine which
ranges they fall into:
Ranges in table one,
ID range1 Range2
ab 1-20 5-34
values in table two,
ID12-22 the result would be ab (the id number from table
one.)
What would be the best method of analyzing this data. I
have tried to write a function that would iterate through
but the datasets are huge. I can't wrap my head around the
query.
any help would be appreciated.