N
Nydia
I'm trying to create a database that keeps track of our
clients.
What I need help on is a questionaire that is filled out
by am employee about a client. There is about 25 question
and the same questions are asked 4 different times (2
months after start date, 4months later, 6 months later
etc). Start date is in another table. Right now, I have
the table set up with the following fields
clientID
Term (there are 4 terms, term 1= 2 months after start date
term 2=4months later etc)
date completed
q1
q2
q3
etc, etc
comments.
what i want is when the employee finishes all the
questions and comments for a date to automatically fill in
the date completed field, and for the employee not to be
able to change that date. how can this be accomplished
and does the table structure look ok.
any help is greatly appreciated.
clients.
What I need help on is a questionaire that is filled out
by am employee about a client. There is about 25 question
and the same questions are asked 4 different times (2
months after start date, 4months later, 6 months later
etc). Start date is in another table. Right now, I have
the table set up with the following fields
clientID
Term (there are 4 terms, term 1= 2 months after start date
term 2=4months later etc)
date completed
q1
q2
q3
etc, etc
comments.
what i want is when the employee finishes all the
questions and comments for a date to automatically fill in
the date completed field, and for the employee not to be
able to change that date. how can this be accomplished
and does the table structure look ok.
any help is greatly appreciated.