G
Guest
I have been working on this project for several weeks and
have learned a lot. I am stuck again though. I have the
following tables with the following fields:
tblPers
PersSSN
PersLname
PersFName
PersRate (job specialty)
PersWC (work center)
PersStat (Active or Reserve)
Persbillet (secondary job specialty)
tblReqTrain
ReqCourseID (autonumber)
ReqCourseDisc (Official name of course)
ReqRefer (reference for training)
ReqDate (scheduled date)
ReqWC (Required by which Work Center)
ReqBillet (same as above by requirement)
tblCompTrain
ReqCourseID
ReqCourseDisc
ReqCourseRef
ReqDate
ReqWC
PersSSN
PersLName
PersFName
PersRate
PersBillet
relationships are One to Many from tblReqtrain to
tblCompTrain and One to many from tble Pers to tblReqTrain.
Orignially I normalized all the tables down to where I had
everything that had redundant information and lookup from
the two main tables, but I had issues later in queries
with displaying record numbers vs readable information. I
can break them down again later if I need to. Right now,
the issues I have are this.
We schedule training a year in advance for rate, billet
and Work Center requirements as well as Safety and some
other things that I can put into the WorkCenter Field
as "All". In all, there are over 1200 unique records in
the tblReqTrain table.
Once the information for completed training was put into
the tbleCompTrain, I was able tell who has HAD what
training if the date scheduled has passed and it was
held... But not who hasn't. (Which really is more
important) And using a form with a subform I can create a
roster of scheduled training with who needs to be there,
and that looks very nice. Now, what I would like to do
somehow is find a way to get THAT information into the
tblCompTrain without manually inputing it all over again,
and if I do that, using a field that has a check or Yes/No
type button, I could tell whether someone was present, and
thereby have a blank field that I know I could use to
query for absentee information and even be able to edit
the records.
I know how to build a join query that tells me what all
the training "would" be if every record were actually
filled out, and it turns out to be a pretty large number.
Is there a way to make that query a table that can be
later edited and make that the tbleCompTrain? etc.
The Future information becming editable for past data is
what is kicking me I guess.
I am a little fried, but am so close to having it all up
and running...Help!!!
have learned a lot. I am stuck again though. I have the
following tables with the following fields:
tblPers
PersSSN
PersLname
PersFName
PersRate (job specialty)
PersWC (work center)
PersStat (Active or Reserve)
Persbillet (secondary job specialty)
tblReqTrain
ReqCourseID (autonumber)
ReqCourseDisc (Official name of course)
ReqRefer (reference for training)
ReqDate (scheduled date)
ReqWC (Required by which Work Center)
ReqBillet (same as above by requirement)
tblCompTrain
ReqCourseID
ReqCourseDisc
ReqCourseRef
ReqDate
ReqWC
PersSSN
PersLName
PersFName
PersRate
PersBillet
relationships are One to Many from tblReqtrain to
tblCompTrain and One to many from tble Pers to tblReqTrain.
Orignially I normalized all the tables down to where I had
everything that had redundant information and lookup from
the two main tables, but I had issues later in queries
with displaying record numbers vs readable information. I
can break them down again later if I need to. Right now,
the issues I have are this.
We schedule training a year in advance for rate, billet
and Work Center requirements as well as Safety and some
other things that I can put into the WorkCenter Field
as "All". In all, there are over 1200 unique records in
the tblReqTrain table.
Once the information for completed training was put into
the tbleCompTrain, I was able tell who has HAD what
training if the date scheduled has passed and it was
held... But not who hasn't. (Which really is more
important) And using a form with a subform I can create a
roster of scheduled training with who needs to be there,
and that looks very nice. Now, what I would like to do
somehow is find a way to get THAT information into the
tblCompTrain without manually inputing it all over again,
and if I do that, using a field that has a check or Yes/No
type button, I could tell whether someone was present, and
thereby have a blank field that I know I could use to
query for absentee information and even be able to edit
the records.
I know how to build a join query that tells me what all
the training "would" be if every record were actually
filled out, and it turns out to be a pretty large number.
Is there a way to make that query a table that can be
later edited and make that the tbleCompTrain? etc.
The Future information becming editable for past data is
what is kicking me I guess.
I am a little fried, but am so close to having it all up
and running...Help!!!