I and trying to record attendance for a youth club on an access database. I have 3 tables, one which holds members details, one which holds the details about that meeting and one link table holding the primary key from each of these tables. I want to create a list on the data entry form for the register of that week which shows all the member names and has radio buttons (or similar) to mark the attendance. Can you tell me how to design a form this way and if my table relationships are correct to do so?