A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

database design for survey



 
 
Thread Tools Display Modes
  #1  
Old March 17th, 2009, 07:41 PM posted to microsoft.public.access.tablesdbdesign
Amy
external usenet poster
 
Posts: 412
Default database design for survey

I need to enter data from a parent survey. There are about 25 questions with
4 possible yes/no responses. I currently have one table with just questions
and question id. I have another table with survey #, question id, response
1, reponse 2, response 3 and response 4 (in yes/no format). How do I design
a form to enter each survey?
  #2  
Old March 17th, 2009, 08:58 PM posted to microsoft.public.access.tablesdbdesign
Steve[_57_]
external usenet poster
 
Posts: 598
Default database design for survey

Your table that records responses in four fields is incorrect! Your tables
should look like:
TblResponder
ResponderID
fields that uniquely identify each responder

TblQuestion
QuestionID
Question

TblResponse
ResponseID
QuestionID
ResponderID
ResponseNumber
Response

You will have four records in TblResponse for each question for each
responder. You will need a form/subform to record responses. The main form
will be based on TblQuestion and the subform will be based on TblResponse.
The Linkmaster and LinkChild properties will be set to QuestionID.

If you need help setting this up, I can implement it for you for a modest
fee.

Steve



"Amy" wrote in message
...
I need to enter data from a parent survey. There are about 25 questions
with
4 possible yes/no responses. I currently have one table with just
questions
and question id. I have another table with survey #, question id,
response
1, reponse 2, response 3 and response 4 (in yes/no format). How do I
design
a form to enter each survey?



  #3  
Old March 17th, 2009, 09:16 PM posted to microsoft.public.access.tablesdbdesign
John... Visio MVP
external usenet poster
 
Posts: 900
Default database design for survey

"Steve" wrote in message
m...

If you need help setting this up, I can implement it for you for a modest
fee.

Steve



These newsgroups are provided by Microsoft for FREE peer to peer support.
There are many highly qualified individuals who gladly help for free. Stevie
is not one of them, but he is the only one who just does not get the idea of
"FREE" support. He offers questionable results at unreasonable prices. If he
was any good, the "thousands" of people he claims to have helped would be
flooding him with work, but there appears to be a continuous drought and he
needs to constantly grovel for work.

A few gems gleaned from the Word New User newsgroup over the Christmas
holidays to show Stevie's "expertise" in Word.


Dec 17, 2008 7:47 pm

Word 2007 ..........
In older versions of Word you could highlght some text then go to Format -
Change Case and change the case of the hoghloghted text. Is this still
available in Word 2007? Where?
Thanks! Steve


Dec 22, 2008 8:22 pm

I am designing a series of paystubs for a client. I start in landscape and
draw a table then add columns and rows to setup labels and their
corresponding value. This all works fine. After a landscape version is
completed, I next need to design a portrait version. Rather than strating
from scratch, I'd like to be able to cut and paste from the landscape
version and design the portrait version.
Steve


Dec 24, 2008, 1:12 PM

How do you protect the document for filling in forms?
Steve


One of my favourites:
Dec 30, 2008 8:07 PM - a reply to stevie
(The original poster asked how to sort a list and stevie offered to create
the OP an Access database)

Steve wrote:
Yes, you are right but a database is the correct tool to use not a
spreadsheet.



Not at all. If it's just a simple list then a spreadsheet is perfectly
adequate...



John... Visio MVP

  #4  
Old March 17th, 2009, 09:53 PM posted to microsoft.public.access.tablesdbdesign
Gina Whipp
external usenet poster
 
Posts: 3,500
Default database design for survey

Amy,

Have at look at the FREE one provided by Duane Hookom:
http://www.rogersaccesslibrary.com/f...osts.asp?TID=3

That FREE one should provide you with some answers!

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"Amy" wrote in message
...
I need to enter data from a parent survey. There are about 25 questions
with
4 possible yes/no responses. I currently have one table with just
questions
and question id. I have another table with survey #, question id,
response
1, reponse 2, response 3 and response 4 (in yes/no format). How do I
design
a form to enter each survey?



  #5  
Old March 17th, 2009, 11:46 PM posted to microsoft.public.access.tablesdbdesign
Steve[_57_]
external usenet poster
 
Posts: 598
Default database design for survey

Subtle attack ????



"Gina Whipp" wrote in message
...
Amy,

Have at look at the FREE one provided by Duane Hookom:
http://www.rogersaccesslibrary.com/f...osts.asp?TID=3

That FREE one should provide you with some answers!

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"Amy" wrote in message
...
I need to enter data from a parent survey. There are about 25 questions
with
4 possible yes/no responses. I currently have one table with just
questions
and question id. I have another table with survey #, question id,
response
1, reponse 2, response 3 and response 4 (in yes/no format). How do I
design
a form to enter each survey?





  #6  
Old March 18th, 2009, 02:00 AM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default database design for survey

On Tue, 17 Mar 2009 19:46:41 -0400, "Steve" wrote:

Well, honest answer, I'd call it.

Subtle attack ????



"Gina Whipp" wrote in message
...
Amy,

Have at look at the FREE one provided by Duane Hookom:
http://www.rogersaccesslibrary.com/f...osts.asp?TID=3

That FREE one should provide you with some answers!

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"Amy" wrote in message
...
I need to enter data from a parent survey. There are about 25 questions
with
4 possible yes/no responses. I currently have one table with just
questions
and question id. I have another table with survey #, question id,
response
1, reponse 2, response 3 and response 4 (in yes/no format). How do I
design
a form to enter each survey?




--

John W. Vinson [MVP]
  #7  
Old March 18th, 2009, 08:42 AM posted to microsoft.public.access.tablesdbdesign
Keith Wilby
external usenet poster
 
Posts: 812
Default database design for survey

"John... Visio MVP" wrote in message
...

A few gems gleaned from the Word New User newsgroup over the Christmas
holidays to show Stevie's "expertise" in Word.


But he's a "resource", how *very* dare you?! ;-)

  #8  
Old March 18th, 2009, 08:44 AM posted to microsoft.public.access.tablesdbdesign
Keith Wilby
external usenet poster
 
Posts: 812
Default database design for survey

"Steve" wrote in message
m...
Subtle attack ????


I for one wouldn't afford you the courtesy of subtlety, get lost mate,
you'll never learn.

  #9  
Old March 18th, 2009, 08:46 AM posted to microsoft.public.access.tablesdbdesign
Keith Wilby
external usenet poster
 
Posts: 812
Default database design for survey

"Steve" wrote in message
m...

If you need help setting this up, I can


I doubt it.

OP, read this first....
http://home.tiscali.nl/arracom/whoissteve.html

  #10  
Old March 18th, 2009, 10:35 PM posted to microsoft.public.access.tablesdbdesign
Gina Whipp
external usenet poster
 
Posts: 3,500
Default database design for survey

I am doing my best to ignore replying to certain people as it distracts from
the business at hand which is... do my best to get the OP a FREE answer
and/or sample.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"Gina Whipp" wrote in message
...
Amy,

Have at look at the FREE one provided by Duane Hookom:
http://www.rogersaccesslibrary.com/f...osts.asp?TID=3

That FREE one should provide you with some answers!

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"Amy" wrote in message
...
I need to enter data from a parent survey. There are about 25 questions
with
4 possible yes/no responses. I currently have one table with just
questions
and question id. I have another table with survey #, question id,
response
1, reponse 2, response 3 and response 4 (in yes/no format). How do I
design
a form to enter each survey?





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:35 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.