C
CCousins
Almost zero SQL knowledge and limited Access experience.
Developing queries from table based on survey responses. A couple of fields
are: TownDist (distance the respondent lives from town) and Income (stated
household income). The topic of ranges didn't come up until after the data
had been entered. I've developed corresponding tables: TownDistRange and
IncomeRange, each with four fields: ID, Range (text description), Min, Max.
And I've entered the info to identify each range.
I am trying to develop a query to, a) group towns by name, b)count how far
respondents live from each town, by range, and c)count income ranges
responding to each town.
I've tried doctoring a couple of SQL statements I found by searching here,
having to do with monetary ranges, but to no avail.
Any help would be greatly appreciated. Thanks.
Developing queries from table based on survey responses. A couple of fields
are: TownDist (distance the respondent lives from town) and Income (stated
household income). The topic of ranges didn't come up until after the data
had been entered. I've developed corresponding tables: TownDistRange and
IncomeRange, each with four fields: ID, Range (text description), Min, Max.
And I've entered the info to identify each range.
I am trying to develop a query to, a) group towns by name, b)count how far
respondents live from each town, by range, and c)count income ranges
responding to each town.
I've tried doctoring a couple of SQL statements I found by searching here,
having to do with monetary ranges, but to no avail.
Any help would be greatly appreciated. Thanks.