G
Greg Denehy
Hi All,
I am having a mental block with this query I am writing... (It has been a
while since I have wrriten any but simple queries).
I am working in MSAccessXP
I have a table that has many about 80 fields and 84 records.
It is a survey, and I am tring to produce graphs and datamine from it.
Each question on the survey had 3 answers, yes no or maybe, which were
stored as 1, 2 or 3
Each question was a seperate feild in the DB.
I am now tring to get Access to graph many Yes responses there were to each
question.
I cannot seem to make a query that will give me a cound for each field, but
only counting the yes options.
I need something like:
SELECT
Count([Field1] WHERE [Feild1=1],[Field2] WHERE [Feild2=1],[Feild3] WHERE
[Feild3=1]
Help please?
Thanks everyone!
Greg
I am having a mental block with this query I am writing... (It has been a
while since I have wrriten any but simple queries).
I am working in MSAccessXP
I have a table that has many about 80 fields and 84 records.
It is a survey, and I am tring to produce graphs and datamine from it.
Each question on the survey had 3 answers, yes no or maybe, which were
stored as 1, 2 or 3
Each question was a seperate feild in the DB.
I am now tring to get Access to graph many Yes responses there were to each
question.
I cannot seem to make a query that will give me a cound for each field, but
only counting the yes options.
I need something like:
SELECT
Count([Field1] WHERE [Feild1=1],[Field2] WHERE [Feild2=1],[Feild3] WHERE
[Feild3=1]
Help please?
Thanks everyone!
Greg