W
Walter R.
Using Word 2003, I have created several forms which work fine. I would like to add one feature to them, and I can't seem to find any info on how to do it.
I have a command button which enters the user's data in bookmarked locations in the document. I would like this button to also:
- add a new, blank copy of my form to the end of the current document (current document being the form itself)
-optionally (based on a checkbox) clear the data from the textboxes
-then allow the user to input new data for the next copy of the form
The end result is basically what you would get from a merge, (multiple copies of the form, different data in each form, all back-to-back in the same document) but I need more functions than a merge seems to allow, a more user-friendly userform, and I do not need or want to store the user's data permanently. I also want to avoid the burden of adding an .mdb file for the merge. I would really like to do this with VBA, but if anyone knows how I can use my own userform for a merge, that would solve the issue as well.
Thanks,
Walter
I have a command button which enters the user's data in bookmarked locations in the document. I would like this button to also:
- add a new, blank copy of my form to the end of the current document (current document being the form itself)
-optionally (based on a checkbox) clear the data from the textboxes
-then allow the user to input new data for the next copy of the form
The end result is basically what you would get from a merge, (multiple copies of the form, different data in each form, all back-to-back in the same document) but I need more functions than a merge seems to allow, a more user-friendly userform, and I do not need or want to store the user's data permanently. I also want to avoid the burden of adding an .mdb file for the merge. I would really like to do this with VBA, but if anyone knows how I can use my own userform for a merge, that would solve the issue as well.
Thanks,
Walter