zazrex
09-03-2012, 07:32 PM
Hi,
I'm trying to create a mini database using Word 2003 with a table and a userform.
WhilstI know Excel would probably be the better place to do it, my user base will find it easier in Word.
So in step form, what I'm trying to achieve is:
1. User enters data into form
2. User clicks submit, details entered into row in table
3. At the same time as 2. a new row with same bookmarks (placeholders) are copied into next row.
4. User form presented for user to continue entering details.
5. continue steps 2 - 4 as often as required.
Step 3 I've included code that creates a new row in the document. The problem is that it does not copy the bookmarks. So when the user form is completed again, it is entering new text back within the first row.
Also Step 4, I'm struggling to work out how to code for the form to reappear after submit has been selected.
Any help would be very much appreciated. Thanks!
I'm trying to create a mini database using Word 2003 with a table and a userform.
WhilstI know Excel would probably be the better place to do it, my user base will find it easier in Word.
So in step form, what I'm trying to achieve is:
1. User enters data into form
2. User clicks submit, details entered into row in table
3. At the same time as 2. a new row with same bookmarks (placeholders) are copied into next row.
4. User form presented for user to continue entering details.
5. continue steps 2 - 4 as often as required.
Step 3 I've included code that creates a new row in the document. The problem is that it does not copy the bookmarks. So when the user form is completed again, it is entering new text back within the first row.
Also Step 4, I'm struggling to work out how to code for the form to reappear after submit has been selected.
Any help would be very much appreciated. Thanks!