I'm not sure is this is the right section or not, but here goes...
I am trying to create a db for 6 class programs, each program has from 7-10 individual classes. I have tbls created and a form(frmStudentMaintenance) for new student entry that enters or modifies the student data.
I also have a form(Form1) that shows 1 student info at a time as well as what program they are enrolled in and includes a subform(tblCertPrograms subform) which lists all classes but only radio buttons what classes are in the students program.
What I need now is 2 more items:
1. A command button on the frmStudentMaintenance that will update a new table(tblClassData). This will add a record for each class that is in the program for this student. Layout will resemble:
record1: StudentName, Program, Class1
record2: StudentName, Program, Class2
etc.
2. On the tblCertPrograms subform, I'd like a checkbox that can update a Completed Field in the tblClassData to show if the class has been completed or not. Something to the effect of: If checkbox, then update tblClassData:record:field with 1
My skills are novice to intermediate and any help would be great!
Thanks in advance.
Dan
I am trying to create a db for 6 class programs, each program has from 7-10 individual classes. I have tbls created and a form(frmStudentMaintenance) for new student entry that enters or modifies the student data.
I also have a form(Form1) that shows 1 student info at a time as well as what program they are enrolled in and includes a subform(tblCertPrograms subform) which lists all classes but only radio buttons what classes are in the students program.
What I need now is 2 more items:
1. A command button on the frmStudentMaintenance that will update a new table(tblClassData). This will add a record for each class that is in the program for this student. Layout will resemble:
record1: StudentName, Program, Class1
record2: StudentName, Program, Class2
etc.
2. On the tblCertPrograms subform, I'd like a checkbox that can update a Completed Field in the tblClassData to show if the class has been completed or not. Something to the effect of: If checkbox, then update tblClassData:record:field with 1
My skills are novice to intermediate and any help would be great!
Thanks in advance.
Dan