thaonguyen
Registered User.
- Local time
- Today, 14:53
- Joined
- Sep 20, 2013
- Messages
- 23
Hi everyone,
So I am making an access database to check attendance of our Accountancy classes. I have
- tblClasses: with information of ClassID (PK) day of the week, morning/ afternoon, tutor, classID, level (3 or 4)
- tblLearners: with information of all our learners LearnerID (PK), fullname, employer, classID (not all take classes at our venue, some do online), Level
- tblJntLearnersClasses with ClassID and LearnersID of those in that class, Classtimes
- tblClassAttendance (currently blank) but with the following fields ClassAttendanceID (PK), ClassID, LearnerID, three Yes/No fields (InClass, AuthorisedAbsent, Late) and a shorttext field IfLateHowLong
- tblAttendance with AttendanceID PK and Attendance (Present, Authorised Absent, Unauthorised Absent, Late)
so I want to be able to have a form where:
- Combobox to pick a class (Dayofweek, Level, Morning/afternoon)
- Then in a subform(???) it shows the list of the learners and their employers with the combobox to pick the Attendance Status and the IfLateHowLong text
- In the footer of the subform there is a Date text box where the tutor will choose the date, then they can check attendance (which the info then is recorded in the tblClassAttendance table)
- There is a button to refresh and a message said "Done"
So I have managed to find 2 tutorials that
- One shows how the subform on_focus and change information based on the ClassCombox.
However, as I want to include the Attendance combobox and the textfields, I don't know how to link everything up.
- One tutorial shows how to use the Append query to check attendance of a class. However, as we have many classes, I am just stumped.
Also I want to be able to add new learner(s) from the tblLearners to the Classlist. I assume I would need an Update or Append query again.
Can you please point me to the right direction or if you have a similar database that I can take a look and make necessary changes, that'll be super helpful.
I am not super familiar with Access but I can play around and make things happen if there are similar databases.
Thanks so much
So I am making an access database to check attendance of our Accountancy classes. I have
- tblClasses: with information of ClassID (PK) day of the week, morning/ afternoon, tutor, classID, level (3 or 4)
- tblLearners: with information of all our learners LearnerID (PK), fullname, employer, classID (not all take classes at our venue, some do online), Level
- tblJntLearnersClasses with ClassID and LearnersID of those in that class, Classtimes
- tblClassAttendance (currently blank) but with the following fields ClassAttendanceID (PK), ClassID, LearnerID, three Yes/No fields (InClass, AuthorisedAbsent, Late) and a shorttext field IfLateHowLong
- tblAttendance with AttendanceID PK and Attendance (Present, Authorised Absent, Unauthorised Absent, Late)
so I want to be able to have a form where:
- Combobox to pick a class (Dayofweek, Level, Morning/afternoon)
- Then in a subform(???) it shows the list of the learners and their employers with the combobox to pick the Attendance Status and the IfLateHowLong text
- In the footer of the subform there is a Date text box where the tutor will choose the date, then they can check attendance (which the info then is recorded in the tblClassAttendance table)
- There is a button to refresh and a message said "Done"
So I have managed to find 2 tutorials that
- One shows how the subform on_focus and change information based on the ClassCombox.
However, as I want to include the Attendance combobox and the textfields, I don't know how to link everything up.
- One tutorial shows how to use the Append query to check attendance of a class. However, as we have many classes, I am just stumped.
Also I want to be able to add new learner(s) from the tblLearners to the Classlist. I assume I would need an Update or Append query again.
Can you please point me to the right direction or if you have a similar database that I can take a look and make necessary changes, that'll be super helpful.
I am not super familiar with Access but I can play around and make things happen if there are similar databases.
Thanks so much
Last edited: