M
MooreFaith
OK, so I thought I had this right, but I guess I don't.
I have a Warranty Database with a table called Marketing. In this
table, I have fields for HomeAge and HomeOccupied. If the homeowner
doesn't respond to these questions on the warranty, the default is 0
(for no response). In any case, the field is always a number.
I am trying to run several queries for this particular field. In the
first query, I want to count the number of records that are 0 for no
response. In all the other queries, I want to count the number of
records that fall between two numbers (a range of years). For example,
47 people own homes that are between 31 and 40 years old.
I had this set up in Design View as:
Fieldname: HomeAge
Table: Marketing
Total: Count
Criteria: "HomeAge"="0" (will not run if "HomeAge"=0) for the
non-responders, or
Criteria: "HomeAge" Between 1 And 10
I can understand if the second criteria is incorrect, but I don't
understand why the first always turns up just 0, because I know there a
several non-responders for this field.
Sorry for the long message - please help me!
Amanda
I have a Warranty Database with a table called Marketing. In this
table, I have fields for HomeAge and HomeOccupied. If the homeowner
doesn't respond to these questions on the warranty, the default is 0
(for no response). In any case, the field is always a number.
I am trying to run several queries for this particular field. In the
first query, I want to count the number of records that are 0 for no
response. In all the other queries, I want to count the number of
records that fall between two numbers (a range of years). For example,
47 people own homes that are between 31 and 40 years old.
I had this set up in Design View as:
Fieldname: HomeAge
Table: Marketing
Total: Count
Criteria: "HomeAge"="0" (will not run if "HomeAge"=0) for the
non-responders, or
Criteria: "HomeAge" Between 1 And 10
I can understand if the second criteria is incorrect, but I don't
understand why the first always turns up just 0, because I know there a
several non-responders for this field.
Sorry for the long message - please help me!
Amanda