B
Brian
Thanks in advance
I am trying to set up a tracking database that needs to track several stages.
Each stage captures the same type of information:
Stage1 = StaffName, StartDate, EndDate, Comment
Stage2 = StaffName, StartDate, EndDate, Comment
With help from this group, I have several tables:
tblStudies:
StudyID (PK)
StudyName
tblStaff:
StaffID
FName (PK)
LName (PK)
tblStages
StageID (PK) (this will be 1 -20)
StageName
tblStudyStages
StudyStageID
StudyID (FK)
StageID (FK)
StaffID
StartDate
EndDate
Comment
My question is. Is there a simple way to set up a form so that each time a
NEW record is created it automatically displays The StudyInfo and All 20
Stages (with entry available for the Dates, comments etc,, for each stage).
I can get the form to display a subform that displays a single row that
allows me to enter The StageID which in turns displays the correct StageName
and allows me to enter the rest of the data for that stage (StaffName,
StartDate, EndDate, Comment). I can then tab through these and get to the
next line to repaet the above for Stage2.
I need the form to automatically create the 20 stages within the subform
without the user having to enter the Stage Info.
Do I have to create 20 individual subforms in the main form for each stage?
Any Ideas????
Thanks
I am trying to set up a tracking database that needs to track several stages.
Each stage captures the same type of information:
Stage1 = StaffName, StartDate, EndDate, Comment
Stage2 = StaffName, StartDate, EndDate, Comment
With help from this group, I have several tables:
tblStudies:
StudyID (PK)
StudyName
tblStaff:
StaffID
FName (PK)
LName (PK)
tblStages
StageID (PK) (this will be 1 -20)
StageName
tblStudyStages
StudyStageID
StudyID (FK)
StageID (FK)
StaffID
StartDate
EndDate
Comment
My question is. Is there a simple way to set up a form so that each time a
NEW record is created it automatically displays The StudyInfo and All 20
Stages (with entry available for the Dates, comments etc,, for each stage).
I can get the form to display a subform that displays a single row that
allows me to enter The StageID which in turns displays the correct StageName
and allows me to enter the rest of the data for that stage (StaffName,
StartDate, EndDate, Comment). I can then tab through these and get to the
next line to repaet the above for Stage2.
I need the form to automatically create the 20 stages within the subform
without the user having to enter the Stage Info.
Do I have to create 20 individual subforms in the main form for each stage?
Any Ideas????
Thanks