AirCounsel
New member
- Local time
- Today, 15:23
- Joined
- May 4, 2012
- Messages
- 8
I've created an Access database to manager the activities of a school. I have a "contacts" table where I enter general information about all contacts and a "workers" table linked to the contacts table, containing specific information about workers, such as availability, abilities, etc. I've set up a form for the contacts, containing a subform linked to the workers table, which I only make visible if a checkbox "worker" is checked. What I want to do is show the days each worker is available to work on the subform. The only way I know how to do this is by adding a column for each day of the week to the workers table, with boolean yes/no type and then show the values of each columns with a yes on the form. I think that would do the trick, but I have a feeling that a different method, perhaps using a combobox would be better. The form will be used not only to show the data, but also to update the related tables. Any thoughts? I so, can you provide enough details so a newbie like me can follow? Thanks!