To follow on from my question yesterday....
http://stackoverflow.com/questions/323842/mysql-table-design-for-a-questionnaire
I sat down with my boss yesterday afternoon to run through how I was proposing to design the database. However, now I am more confused than ever.
He has been using Access for many years, and has questioned whether I will be able to produce reports from only using one column for the answer (ENUM). He feels from his experience with Access that each possible response (i.e. Very Satisfied, Fairly Satified, Fairly Unsatisfied, Very Unsatisfied), should have it's own column and numerical value(i.e. 100, 66.6, 33.3, 0).
This is so that the database can produce reports that show the average satisfaction nationally and for each retailer individually.
I would really appreciate some guidence, as I really don't want to get this wrong?
Thank you