anyone tried how to transfer textbox value from ms access form to ms word?
something like this: ms word.textbox = ms access.textbox
im also using textbox control in ms word.
anyone tried how to transfer textbox value from ms access form to ms word?
something like this: ms word.textbox = ms access.textbox
im also using textbox control in ms word.
You can use bookmarks. create bookmarks in word document. and you can acces the bookmark in access. there's another way but more complicated is using cached. you can cached the value of textbox1 as dataset.
got it work... tnx
Similar Threads |
|