I'm trying to create an access database so far I have:
Student_T:
StudentID -Primary Key
FirstName
LastName
PhoneNumber
Email
Trainers_T:
TrainerID -Primary Key
Trainer Name
Classes_T:
CourseNumber -Primary Key
Course Description
TrainingDate_T
StudentID
CourseNumber
TrainerID
TrainingDate
I'm not able to create a form that allows the student to sign-in for class/classes. The form wizard creates a form that is blank. Any help would be appreciated. I would attach the file, but the forum won't let me.
Student_T:
StudentID -Primary Key
FirstName
LastName
PhoneNumber
Trainers_T:
TrainerID -Primary Key
Trainer Name
Classes_T:
CourseNumber -Primary Key
Course Description
TrainingDate_T
StudentID
CourseNumber
TrainerID
TrainingDate
I'm not able to create a form that allows the student to sign-in for class/classes. The form wizard creates a form that is blank. Any help would be appreciated. I would attach the file, but the forum won't let me.