I need to create a form that will display a list of contacts from the contact table and then allow you to enter attendance for the dates in the attendance table. Whenever I try to create this form, all I get is the heading with no content. I have linked the ID field from the contact table to the contact field of the attendance table. The attendance table has no entries as no attendance has been taken. Do I need to have a record in the attendance table for each contact in the contact table? If so, how do I get those records created? And how do I get one form that will allow me to enter attendance for all the contacts?