I created a dynamic table with add/delete row buttons and the second column with text fields. The text field I want it to initially say <enter task 1> and <enter task 2> and when the user clicks on the add row button it would then say <enter task 3>. I tried the patterns display but not sure how to get it to do auto numbering. I also tried the formcalc script $ = Concat ("<Task", $.parent.index + 1, ">"). This seemed to work with the auto numbering but then I couldn't actually edit the boxes. Any help on this would be greatly appreciated...thank you.