Hey all,
So I set up a database to record entries of a questionaire.
I use a form to input the data and its all being stored in table with each row being a single record.
the answers are a range from Poor - Excellent which are being looked up using a combo box a table called scale table.
Now i wana assign each response a numeric value.. e.g poor being 0 .. fair being 1.. till 5
and then i wana be able to generate a report where i can get a average of all the questions from all the records
so it would go
Question# Avg
Q1 3
Q2 2
etc....
i guess i would have to setup a query but my main problem is how do i assign each response a numeric value and store it in a table ?
if someone can point me in the right direction.. i hope i made sense... if not lemme know and i will try to explain better.. your help is greatly appreciated.. thanks!
So I set up a database to record entries of a questionaire.
I use a form to input the data and its all being stored in table with each row being a single record.
the answers are a range from Poor - Excellent which are being looked up using a combo box a table called scale table.
Now i wana assign each response a numeric value.. e.g poor being 0 .. fair being 1.. till 5
and then i wana be able to generate a report where i can get a average of all the questions from all the records
so it would go
Question# Avg
Q1 3
Q2 2
etc....
i guess i would have to setup a query but my main problem is how do i assign each response a numeric value and store it in a table ?
if someone can point me in the right direction.. i hope i made sense... if not lemme know and i will try to explain better.. your help is greatly appreciated.. thanks!