M
Manuel
I have three main tables all linked to one another.
a) First table is called Students with ST_ID# as primary
key.
b)Then I have a table called registrations with reg# set
as primary key. This table then looks up ST_ID# and DOB
from the first table (used Look-Up Wizzard for Data type
to make this connection). Works fine.
c) The last table is called LOG, which has CONT# AS
primary key. I again used the look up wizzard to link to
look up to those clients in Registration table who are
currently active (no discharge date). Our guidance
counsellors enter each time they have contact with one of
the registered students
Everything works great as far as getting all the
information that I want. The serious problem is when the
student becomes discharged, all the log entries completely
disappear as they are no longer an active registrant. How
do I make this information stay in the log once
discharged? I am using access 97.
Thanks so much for your help.
a) First table is called Students with ST_ID# as primary
key.
b)Then I have a table called registrations with reg# set
as primary key. This table then looks up ST_ID# and DOB
from the first table (used Look-Up Wizzard for Data type
to make this connection). Works fine.
c) The last table is called LOG, which has CONT# AS
primary key. I again used the look up wizzard to link to
look up to those clients in Registration table who are
currently active (no discharge date). Our guidance
counsellors enter each time they have contact with one of
the registered students
Everything works great as far as getting all the
information that I want. The serious problem is when the
student becomes discharged, all the log entries completely
disappear as they are no longer an active registrant. How
do I make this information stay in the log once
discharged? I am using access 97.
Thanks so much for your help.