Raymond Gonzalez Posted February 17, 2008 Posted February 17, 2008 Hello. In my company we have meetings, every tuesday night and three times on saturday.I want to know how can I record if the members that are in my database have come to every single meeting in a fast and comfortable way. Thank you.
Fitch Posted February 18, 2008 Posted February 18, 2008 Create an Attendance table. It should contain the meeting ID and member ID. Create a record for each member each time they attend. In the Member table, create a calculation: Sum(related::meeting) and then you can compare this number to the number of total meetings expected.
Recommended Posts
This topic is 6183 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now