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  

can someone please tell me if my table design will work?



 
 
Thread Tools Display Modes
  #1  
Old March 21st, 2005, 07:16 PM
reservedbcreater
external usenet poster
 
Posts: n/a
Default can someone please tell me if my table design will work?

it is a database for housing inpsection surveys.
there are 7 reserves, 100s of hosues for each resever. each survey has a
unique ID(so that the same house inspected in different years would each
have their own survey to compare.)
there are 100s of questions which are catagorized in surveysubjects table.
each survey must contain all subjects and questions even if the questinos
asked are left blank.

I've used At Your Survey database sample but this is as far as ive got.

What is correct, what needs to be changed, and what are the relationships
i need? any suggestions?

tblInspector
InpsectorID(p.key)
InpsectorName

tblOccupant
OccupantID(p.key)
HouseNumber(p.key)
OccupantName

tblPossibleResponses
QuestionID(p.key)
Responses(p.key)

tblReserve
ResereveID(p.key)
ReserveName

tblResponses
SurveyID
SubjectName
QuestionID
QuestionText
Responses

tblSurveyQuestions
QuestionID(p.key)
SubjectID
SubjectName
QuestionText
ResponseType
LimitList
ResponsesValid
ResponseLength
ResponseDefault

tblSurvey
SurveyID(p.key)
ReserveName
InspectorName
SurveyDate
HouseNumber
OccupantName
PictureLink

tblSurveySubject
SubjectID(p.key)
SubjectName


 




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
Seeking some expert advice. HD87glide Using Forms 14 March 23rd, 2005 10:11 PM
unable to repair inobox Sudheer Mumbai General Discussion 1 February 20th, 2005 11:55 AM
Manual line break spaces on TOC or Table of tables Eric Page Layout 9 October 29th, 2004 04:42 PM
Autonumber Ally H. General Discussion 7 August 27th, 2004 04:51 PM
COMPARE THE TWO TABLES Stefanie General Discussion 0 June 4th, 2004 04:36 PM


All times are GMT +1. The time now is 09:49 PM.


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