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  

Multiple subgroup entries for one person



 
 
Thread Tools Display Modes
  #1  
Old April 6th, 2005, 03:31 PM
Miked
external usenet poster
 
Posts: n/a
Default Multiple subgroup entries for one person

I have a table with peoples names, and multiple questions to be filled out by
a supervisor. If this is to be done 4 times a year, can I have sub groups
for each person so that I don't need to have all 4 sets of questions in one
row?

I want it Like this:

joe smith Question_1 Question_2 Question_3
Question_1 Question_2 Question_3

Rather than:

joe smith Question_1 Question_2 Question_3 Question_1 Question_2 Question_3

Is that possible in a table? And if so, How?
  #2  
Old April 6th, 2005, 06:06 PM
John Vinson
external usenet poster
 
Posts: n/a
Default

On Wed, 6 Apr 2005 07:31:11 -0700, "Miked"
wrote:

I have a table with peoples names, and multiple questions to be filled out by
a supervisor. If this is to be done 4 times a year, can I have sub groups
for each person so that I don't need to have all 4 sets of questions in one
row?

I want it Like this:

joe smith Question_1 Question_2 Question_3
Question_1 Question_2 Question_3

Rather than:

joe smith Question_1 Question_2 Question_3 Question_1 Question_2 Question_3

Is that possible in a table? And if so, How?


If you have a one (person) to many (questions) relationship, then you
should have TWO TABLES in a one to many relationship. If the same
questions are asked over and over, then you need *three* tables:

People
PersonID
LastName
FirstName
other bio data

Questions
QuestionNo primary key
Question text

Answers
PersonID who
QuestionNo which question
QuestionDate when
Answer what

You'ld have a Form based on the People table with a subform based on
the Answers table.


John W. Vinson[MVP]
 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple entries TJ General Discussion 2 February 18th, 2005 04:29 PM
Help..total multiple entries in a single cell... bjack56 Worksheet Functions 5 December 23rd, 2003 12:51 AM


All times are GMT +1. The time now is 05:21 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.