Well I have now. *cough* Thanks. Can you think of any way of doing this for multiple new follow-ups? (I can think of a way of doing it with multiple old follow-ups, mainly by using whatever ID they have in the database as the ID for the textbox, and then when submitting the form, getting all of the IDs from an array, then looping through the array to get the information for the old followups from the text boxes and updating the database if needed. Of course if you know of a better way, I'd be happy to use it.) For new followups, I can only think of how to add 1 at a time, and I would prefer to be able to add multiple new ones if possible. (And I can't submit them to the database when adding new followups, as I need a ID which won't be generated until the entire form is submitted.) Thanks, Muntyness