M
Mike
I am creating a database of store locations with
demographic data for each location. I would like to give
users the ability to do multiple queries against this
data to narrow down a search using different criteria.
I would like the user to have the ability to choose a
field, set a tolerance percentage, and a target value
(i.e. I want to see every store that is within 20% of a
town population of 100,000). Then, I would like to have
the ability to run the same thing, using any field,
against the results of the first query, and so on and so
on.
If anyone has any thoughts on the design and this "drill-
down" query, I would greatly appreciate your thoughts.
Thanks in advance.
demographic data for each location. I would like to give
users the ability to do multiple queries against this
data to narrow down a search using different criteria.
I would like the user to have the ability to choose a
field, set a tolerance percentage, and a target value
(i.e. I want to see every store that is within 20% of a
town population of 100,000). Then, I would like to have
the ability to run the same thing, using any field,
against the results of the first query, and so on and so
on.
If anyone has any thoughts on the design and this "drill-
down" query, I would greatly appreciate your thoughts.
Thanks in advance.