How to make a relational questionnaire response database?

  • Thread starter Questionnaire response database question
  • Start date
Q

Questionnaire response database question

I have made a questionnaire database using the nonrelational table approach.
However, I found it troublesome in adding new questions to it. What I am
thinking is to restructure it to a relational database.

I need to capture responses from employees from a list of different
companies. There is a total of 50 questions. Each company only wants their
employees to answer some of the questions. For instance, Company A might
only want their employees to answer question 1 to 20. The challenge for me
in using a relational database is that when I open up the form, I want the
questions chosen by each companies to appear automatically instead of having
to "choose the question from a drop box every time."

When I look at the link
http://support.microsoft.com/default.aspx?scid=kb;en-us;101675, the example
only tells me how to switch data from an old database to a new one. I need
to know exactly how to design it as a relational database right from the
beginning. Thanks for everyone that would respond. :)
 
J

John Vinson

On Wed, 22 Jun 2005 12:16:16 -0700, "Questionnaire response database
question" <Questionnaire response database
I have made a questionnaire database using the nonrelational table approach.
However, I found it troublesome in adding new questions to it. What I am
thinking is to restructure it to a relational database.

Try the following as a model:

http://www.rogersaccesslibrary.com/OtherLibraries.asp#Hookom,Duane

and download the appropriate At Your Survey sample.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top