I need to know if what I want to do is even plausible. I want to create a form where a user can enter their main business functions to a list or combo box. I won't know in advance how many they will enter so I need for the list to just keep adding them as they go. Next, I need when they finally click submit for all those functions to be loaded into a table. Hwo do I do this when I am not sure how many they will have entered? How do I prepare the back end table for this?