D
Desperate in Ontario
I am very inexperienced at database design and am saving huge problems.
I am trying to construct a Db in Access 2000. The data is based on
information from client files and questions, as well as dates of the
questions. The time scale from an initial event is important and will be the
subject of a query.
My original design was wrong in that it had a field for each question,
however this did make for a relatively easy build.
I am now trying to do the right thing, but I cannot understand how I get the
responses into into the database. I have
tblCase
CaseID autoPK
tblQuestionsAsked
QuestionsAskedID PK auto
Description
tblResults
ResultsID PK auto
QuestionsAskedID FK
Results
tblAnswerType
ATID PK
RID FK
AnswerVelue (number, 1, 2 0)
Text (yes,no, unknown)
I have looked at AYS but found it too confusing, I don't have enough
experience to know what I need from this.
I'm sorry to be so basic, I hope that someone can provide me with a simple
solution.
I am trying to construct a Db in Access 2000. The data is based on
information from client files and questions, as well as dates of the
questions. The time scale from an initial event is important and will be the
subject of a query.
My original design was wrong in that it had a field for each question,
however this did make for a relatively easy build.
I am now trying to do the right thing, but I cannot understand how I get the
responses into into the database. I have
tblCase
CaseID autoPK
tblQuestionsAsked
QuestionsAskedID PK auto
Description
tblResults
ResultsID PK auto
QuestionsAskedID FK
Results
tblAnswerType
ATID PK
RID FK
AnswerVelue (number, 1, 2 0)
Text (yes,no, unknown)
I have looked at AYS but found it too confusing, I don't have enough
experience to know what I need from this.
I'm sorry to be so basic, I hope that someone can provide me with a simple
solution.