I have a table that contains options. For this example, let's use colors. The data within this table is edited by the end user. I have a form that has check box options based on the colors within the table. Is it possible for the form to be created dynamically based on the color options. Meaning that when the user selects to open the form, it has 4 check box options because their are 4 color options within the table. If later, a user adds another color to the table, then when the form is opened next, their are 5 check box options. Thanks for your assistance!!