Attendance forms - ticklist

FredMcStaire

New Member
Joined
Jan 19, 2009
Messages
36
I run a sporting club of about 80 people of whom 40 may be in attendance on any one night. I would like to have a form that displays every members name and a tickbox ( or something similar) next to it, so I can simply tick off the members as they come in ( or they can tick their own name). Other solutions with members' names appearing in drop down boxes are rather cumbersome in our particular situation.

We currently use a db to track attendance at different events such as games, skills course,demonstrations, come and tries. The tables are pretty standard now:

Members
Unique ID
name
contact details

Event
Unique ID
Category
Detail
Date

Member/Event
with key fields from other two
payment details
role

Any tips on how to make a form or query that would display all the members in a ticklist format that then feeds into the member/event table would be appreciated.

Thanks
Fred
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Why not add an "Attended" field to the Member/Event table and set it as a Yes/No data type?
 
Upvote 0
Thank you both:

Smitty, I couldn't figure out the second step, how to display all the records in the members table while showing the yes/no field in the joining table.

HiTechCoach - it looks beautiful, and I can figure out how to use it, but the workings are a few levels above my understanding.

A colleague came up with an idea that works ( maybe not as elegantly) He suggested using a spreadsheet laid out like the members/events table and then appending it to that table at the end of the evening via linked table manager.

Thanks again for help!
 
Upvote 0
Thank you both:
A colleague came up with an idea that works ( maybe not as elegantly) He suggested using a spreadsheet laid out like the members/events table and then appending it to that table at the end of the evening via linked table manager.

Thanks again for help!

If you will have a device with Excel running at the events, could you not use Access? This would eliminate the the import step.
 
Upvote 0

Forum statistics

Threads
1,215,650
Messages
6,126,012
Members
449,280
Latest member
Miahr

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top