L
Larry R Harrison Jr
I have Access 2000. I have the need to extract the range
of values from a specific field from an SQL expression.
The SQL expression is stored in a variable named gSQL so
it's always available once it's been generated.
The field whose values need extracting is autoid.
Basically, this gSQL variable has stored the results of a
search performed by the user. And if it has values of,
say, 3, 4, 10, 13 then it needs not only be extract to
extract those 4 values it would also need to be able to
pull up 3 and 13 as being the min/max, and it needs to be
able to store them in variables like, say, gMinID and
gMaxID.
Tips?
LRH
of values from a specific field from an SQL expression.
The SQL expression is stored in a variable named gSQL so
it's always available once it's been generated.
The field whose values need extracting is autoid.
Basically, this gSQL variable has stored the results of a
search performed by the user. And if it has values of,
say, 3, 4, 10, 13 then it needs not only be extract to
extract those 4 values it would also need to be able to
pull up 3 and 13 as being the min/max, and it needs to be
able to store them in variables like, say, gMinID and
gMaxID.
Tips?
LRH