R
RipperT
I have the following tables set up, (many fields are omitted for simplicity)
but am confused about how to do one thing.
First, tblMisconduct data is entered in a form, then, in a subform,
tblCharges data is entered, then in a subsubform tblSanctions data is
entered. (These nested forms are in datasheet view). There may or may not be
an AdSeg designation associated with a charge. If there is (tblAdSeg.AdSegID
is one to many into tblCharges.AdSegID), I cannot figure out a way to allow
the user to get the AdSegID into the each of the tblCharges records to which
it applies. I would like this to happen 'invisibly'; the user shouldn't see
the AdSegID, but should use other fields, the main one being the AdSegdate.
What's an easy way to accomplish this? I think I've included all the info
nessesary here, if not, please reply and I will add more. Many thanks.
tblInmates
PK InmateId
tblMisconducts
PK MisconductID
FK InmateId
tblCharges
PK ChargeID
FK MisconductID
FK AdSegID
tblSanctions
PK SanctionID
FK ChargeID
Sanction
StartDate
EndDate
tblAdSeg
PK AdSegID
AdSegDate
but am confused about how to do one thing.
First, tblMisconduct data is entered in a form, then, in a subform,
tblCharges data is entered, then in a subsubform tblSanctions data is
entered. (These nested forms are in datasheet view). There may or may not be
an AdSeg designation associated with a charge. If there is (tblAdSeg.AdSegID
is one to many into tblCharges.AdSegID), I cannot figure out a way to allow
the user to get the AdSegID into the each of the tblCharges records to which
it applies. I would like this to happen 'invisibly'; the user shouldn't see
the AdSegID, but should use other fields, the main one being the AdSegdate.
What's an easy way to accomplish this? I think I've included all the info
nessesary here, if not, please reply and I will add more. Many thanks.
tblInmates
PK InmateId
tblMisconducts
PK MisconductID
FK InmateId
tblCharges
PK ChargeID
FK MisconductID
FK AdSegID
tblSanctions
PK SanctionID
FK ChargeID
Sanction
StartDate
EndDate
tblAdSeg
PK AdSegID
AdSegDate