I have an old database that is used to keep track of employee attendance at training events. Each record is an employee and following the basic first name/last name phone number ect... there are about 150 fields representing past events, each with a yes/no checkbox indicating whether that employee attended that event.
I have a form that allows employee records to be easily viewed and edited. I currently have a massive list of the events with checkboxes that are tied to the corresponding fields in the master table.
I need to create a list of events that the employee currently being viewed has attended, so a display of all the field names that are checked for the specified employee.
I'm aware that the design of the database I'm working with is obviously imperfect, but is there any way that I can do this?
Thanks in advance!