Hey everyone.
I have a form I'm having trouble developing. It's for a swim club.
When a member enters, they need to check in. I've developed a simple form called Visits that keeps track of this. It is linked to the Member table where all member info is stored. The Visit table just stores the member and the date they came in. Simple.
My problem is member's guests. I need to keep track of them and how many times a each guest has come into the club. A member is allowed to bring the same guest in no more than 11 times per year. But they can bring in as many different guests as they want. So, I need the guests to be linked to the member, but I also need to link it to the visit table to keep track of the dates that guest came in. Seems like I would have to post to two different tables and I know this is going against a rule. Any ideas?
Thanks,
Stacey
I have a form I'm having trouble developing. It's for a swim club.
When a member enters, they need to check in. I've developed a simple form called Visits that keeps track of this. It is linked to the Member table where all member info is stored. The Visit table just stores the member and the date they came in. Simple.
My problem is member's guests. I need to keep track of them and how many times a each guest has come into the club. A member is allowed to bring the same guest in no more than 11 times per year. But they can bring in as many different guests as they want. So, I need the guests to be linked to the member, but I also need to link it to the visit table to keep track of the dates that guest came in. Seems like I would have to post to two different tables and I know this is going against a rule. Any ideas?
Thanks,
Stacey