G
Guest
What I have is a table called clients, one called
ISC (independent Service Coordinators), Counties,
Provider Agencies, Domain F, Domain M, and Domain P.
The Clients table stores basic information on a client
such as F and L Name, has a Prim. Key for a Client ID,
and has a field of County, Provider, and ISC which are
linked to the corresponding ID of the table. The
Domain F, M, and P are where I want to store a set of
responses based on a form that is answered. I have the
client ID field of each domain linked back to the
ClientID of the clients table. So if someone ask
questions from form F I want them to be
stored in Domain F. There are cases where all 3 sets
of questions will be asked so I want the data to be
stored in the correct table based on the question.
Each question has a choice of 3 possible answers. Yes
No, and N/A. The layout of my Domain F table is
Client ID - relationship to main client ID
F1Y - Respresents question 1 if they answer Yes, this
is a checkbox
F1N - I want data stored here if they answer No, this
is a check box
F1NA- I want data stored here if they check N/A.
F2Y, F2N, F2NA, and so on. The M and P are the same
except it is M1Y, M1N, etc.
(The reason I don't just store a single answer into
one field is because I have to count the number of
NAs, the number of N, and the number of Y and do a
percentages based on what was answered and not
answered. In otherwords I will have a report that
shows each provider agency and out to the side it will
list the number of F1 that were answered Yes, No, and
NA, the number of F2 answered Yes, No, and NA, etc and
the final will be an overall percentage of Yes, No,
NAs. I believe I can get this part to work in a query
and then do a report based off of each query that
represents each domain.)
What I want is a form where they select the client
from the last name and it will autopopulate the client
information in the form such as First, Last Name, ISC
assigned to them, the provider agency, and the county.
Then below that I want the checkboxes listed similar
to this (the 0 represent a check box):
Y N NA
F1 0 0 0
f2 0 0 0
f3 0 0 0
etc
P1 0 0 0
p2 0 0 0
p3 0 0 0
p4 0 0 0
etc
M1 0 0 0
m2 0 0 0
m3 0 0 0
m4 0 0 0
etc
When they select a client and go through the check
boxes I want it to store the responses to the proper
tables along with the client information. So if they
answer the set of questions in F and P then the client
data should be stored in F and P and the corresponding
answers to the proper table. I have tried several
different things but I cant get anything to work. I
first tried to create an unbound form that has the
client info at the top but this will not populate like
I want it to. I also tried to use each Domain in a
subform but somehow I cant get the client data to go
over with it.
Thanks,
D
ISC (independent Service Coordinators), Counties,
Provider Agencies, Domain F, Domain M, and Domain P.
The Clients table stores basic information on a client
such as F and L Name, has a Prim. Key for a Client ID,
and has a field of County, Provider, and ISC which are
linked to the corresponding ID of the table. The
Domain F, M, and P are where I want to store a set of
responses based on a form that is answered. I have the
client ID field of each domain linked back to the
ClientID of the clients table. So if someone ask
questions from form F I want them to be
stored in Domain F. There are cases where all 3 sets
of questions will be asked so I want the data to be
stored in the correct table based on the question.
Each question has a choice of 3 possible answers. Yes
No, and N/A. The layout of my Domain F table is
Client ID - relationship to main client ID
F1Y - Respresents question 1 if they answer Yes, this
is a checkbox
F1N - I want data stored here if they answer No, this
is a check box
F1NA- I want data stored here if they check N/A.
F2Y, F2N, F2NA, and so on. The M and P are the same
except it is M1Y, M1N, etc.
(The reason I don't just store a single answer into
one field is because I have to count the number of
NAs, the number of N, and the number of Y and do a
percentages based on what was answered and not
answered. In otherwords I will have a report that
shows each provider agency and out to the side it will
list the number of F1 that were answered Yes, No, and
NA, the number of F2 answered Yes, No, and NA, etc and
the final will be an overall percentage of Yes, No,
NAs. I believe I can get this part to work in a query
and then do a report based off of each query that
represents each domain.)
What I want is a form where they select the client
from the last name and it will autopopulate the client
information in the form such as First, Last Name, ISC
assigned to them, the provider agency, and the county.
Then below that I want the checkboxes listed similar
to this (the 0 represent a check box):
Y N NA
F1 0 0 0
f2 0 0 0
f3 0 0 0
etc
P1 0 0 0
p2 0 0 0
p3 0 0 0
p4 0 0 0
etc
M1 0 0 0
m2 0 0 0
m3 0 0 0
m4 0 0 0
etc
When they select a client and go through the check
boxes I want it to store the responses to the proper
tables along with the client information. So if they
answer the set of questions in F and P then the client
data should be stored in F and P and the corresponding
answers to the proper table. I have tried several
different things but I cant get anything to work. I
first tried to create an unbound form that has the
client info at the top but this will not populate like
I want it to. I also tried to use each Domain in a
subform but somehow I cant get the client data to go
over with it.
Thanks,
D