brandywinefarm
New member
- Local time
- Today, 02:53
- Joined
- Jan 27, 2023
- Messages
- 4
I used to do access databases years ago and am restarting so I am very rusty...and I'm getting older so there's that :/
Facts:
Contacts Table ("people") Std contact table...Names, email, phone, whether they are a client or Partner, Status, Spouse name, Parter company (if)
Course Table ("Coursetitles") List of all the courses available to teach....Courseid, Coursetitle, description
Classes Tables ("classes") List of all classes taught... Date, CourseID, Location, Sponsor
Class Attendance Log ("ClassAttendanceLog") List of who took which classes... Just ClassID and PeopleID
Issue:
So I want to make it easy for an admin to take a sign-in sheet from a class and
1. enter that the class was taught (got that form done!)
2. Easily enter all the people that attended
Note: Many of the people may not be in the Contacts table yet.
So, if I make a form with the CLASSID info at the top and make a subform (datasheet view) where the admin can just enter all the people that came, is that the best logical way? What happens if she has to enter in new contact info for a new person in the middle of entering the sign-in sheet?
Is there a better way? Am I thinking of this backwards?
Any help/ideas appreciated.
{Geezer Chick}
Facts:
Contacts Table ("people") Std contact table...Names, email, phone, whether they are a client or Partner, Status, Spouse name, Parter company (if)
Course Table ("Coursetitles") List of all the courses available to teach....Courseid, Coursetitle, description
Classes Tables ("classes") List of all classes taught... Date, CourseID, Location, Sponsor
Class Attendance Log ("ClassAttendanceLog") List of who took which classes... Just ClassID and PeopleID
Issue:
So I want to make it easy for an admin to take a sign-in sheet from a class and
1. enter that the class was taught (got that form done!)
2. Easily enter all the people that attended
Note: Many of the people may not be in the Contacts table yet.
So, if I make a form with the CLASSID info at the top and make a subform (datasheet view) where the admin can just enter all the people that came, is that the best logical way? What happens if she has to enter in new contact info for a new person in the middle of entering the sign-in sheet?
Is there a better way? Am I thinking of this backwards?
Any help/ideas appreciated.
{Geezer Chick}