Sample data · this browser only
Clubs
A club book: groups, dated sessions, and members,
with a roster and roles. Combos store IDs. Startup is fmnuMain.
Open hides inactive groups.
| ID | Group |
|---|
Group
Save this group first. The Sessions tab stays grey until then — waiting, not broken.
| Level | Start |
|---|
| ID | Session |
|---|
Session
Save this session first.
| Member | Status |
|---|
| ID | Name |
|---|
Member
Save this member first.
| Role |
|---|
What this demo shows
A Microsoft Access club book in the browser: groups, dated sessions, members, a roster, and roles.
- Not Complaints members — those are companies or contacts. Club people live in
tblClubMember. - Membership is on a session — a group can run more than once. Roster idle until the session is saved.
- Open filter — hides inactive groups.
- Child tabs — sessions on a group, roster on a session, roles on a member. Combos store IDs.
- Leaders are members — there is no employees table in this sample.
- Unsaved changes — Yes / No / Cancel before leaving a dirty record.
Will this work when the data is in a database?
Yes. Group, session, membership, member, and role rows are separate tables with FKs. Member types, clock times, and the full HR profile are omitted this pass.
Sample data only. Source: Clubs or Associations on access-diva.com.