Hello,
I'm pretty new to access and am still learning some of the functionality. For my project, I am keeping a record of completed courses that participants may have taken. Each course is assigned a particular category, some courses may have more than one category.
As a loose example say course #1 is art, course #2 is writing, course #3 is math, course #4 is science, and course #5 is math AND science.
I may need to add additional courses down the road and flag them as a category (or multiple categories). To do this, I have a form where I can enter course specific information, as well as check a box for a particular category and generate a new course record from that information.
However, I may wish to add additional categories down the road as well. (or change them) I'd like the checkboxes on the course entry form to automatically update if the category table changes. Is there a way to loop through the category table and generate a checkbox for each category? That way if a new category is entered, the form automatically updates as well as with the proper number of categories. Currently, I have to go through and change the code or add / remove checkboxes manually. I am wondering if it is possible to automate this function.
Any help is greatly appreciated!