J
JohnCreighton_
I understand SQL is a set language and the Jet engine is based on SQL.
I was wondering if there was a shorthand for defining ranges of numbers
so I could do things like return all integers say between 1 and 100
that aren't in a given field. Obviously If I already had a table of
such integers I could do this but that would seem like a waste of
memory. Maybe a temporary table would also waste memory but at at least
I would know how much memory I need to use a priori and it would only
use memory during the query.
I was wondering if there was a shorthand for defining ranges of numbers
so I could do things like return all integers say between 1 and 100
that aren't in a given field. Obviously If I already had a table of
such integers I could do this but that would seem like a waste of
memory. Maybe a temporary table would also waste memory but at at least
I would know how much memory I need to use a priori and it would only
use memory during the query.