Questions4

  • Thread starter Thread starter PC Datasheet
  • Start date Start date
P

PC Datasheet

This database is in most respects after-the-fact recording of employee
attendance at a training event. Many times the user will have to create the
training event record in TblTrainingEvent and then record his attendance at
that training event in In TblTrainingEventAttendee. In database terms, this
would be done through a form/subform. After the user entered the training
event in the main form, he would then enter his attendance in the subform.
TrainingEventID would be automatically automatically entered by the
LinkMaster/LinkChild properties in the attendance record when the user
entered his attendance. How is the functionality of a form/subform
accomplished in Asp pages?

Steve
 
PC Datasheet said:
This database is in most respects after-the-fact recording of employee
attendance at a training event. Many times the user will have to create the
training event record in TblTrainingEvent and then record his attendance at
that training event in In TblTrainingEventAttendee. In database terms, this
would be done through a form/subform. After the user entered the training
event in the main form, he would then enter his attendance in the subform.
TrainingEventID would be automatically automatically entered by the
LinkMaster/LinkChild properties in the attendance record when the user
entered his attendance. How is the functionality of a form/subform
accomplished in Asp pages?

Steve
 
Back
Top