N
Nydia
I created a database for a survey. I created 4 tables
1. tblsurveysays who- this table has the department name,
employee id, union code (there are only 3 union codes,
m=management, u=union, a=administration) and what year
this survey is answered.
table 2 is questions. this table has employee id (which is
a 1 to many relationship with table 1 employee id),
question #, question answer and question comments. the
question answer is a combo box that lets you pick from an
answer in table 4.
table 3 just has question# and question
table 4 is answer choice (agree, disagree, strongly
disagree and strongly agree)
what i am trying to do is run a query that will show the
question and how many union people answered it with
agree/disagree/etc.
example
question1 question2 question3
agree 5 management 3management 4management
1 union 3union 1union
disagree same as above
1. tblsurveysays who- this table has the department name,
employee id, union code (there are only 3 union codes,
m=management, u=union, a=administration) and what year
this survey is answered.
table 2 is questions. this table has employee id (which is
a 1 to many relationship with table 1 employee id),
question #, question answer and question comments. the
question answer is a combo box that lets you pick from an
answer in table 4.
table 3 just has question# and question
table 4 is answer choice (agree, disagree, strongly
disagree and strongly agree)
what i am trying to do is run a query that will show the
question and how many union people answered it with
agree/disagree/etc.
example
question1 question2 question3
agree 5 management 3management 4management
1 union 3union 1union
disagree same as above