vb_newbie
New member
- Joined
- Mar 19, 2008
- Messages
- 1
- Programming Experience
- Beginner
All,
I would like to populate a word document using a windows form (i.e. have a user enter text into a textbox in windows form (i.e. textbox1) and then click submit and have the application open a word document that I have created and place the users text into a form field using a bookmark (i.e. bookmark1).
I have doen this in Access using VBA (i.e. using the WordDocument.FormFields("Bookmark_Name").Result = Forms("Form_Name").Field.Value) but can't get this to translate into VB.NET.
Thanks in advance!
Jeff
I would like to populate a word document using a windows form (i.e. have a user enter text into a textbox in windows form (i.e. textbox1) and then click submit and have the application open a word document that I have created and place the users text into a form field using a bookmark (i.e. bookmark1).
I have doen this in Access using VBA (i.e. using the WordDocument.FormFields("Bookmark_Name").Result = Forms("Form_Name").Field.Value) but can't get this to translate into VB.NET.
Thanks in advance!
Jeff