I have a form that contains an unbound text field "txtGet" on one side and several other bound text fields on the other side.
What I am trying to accomplish is this:
I paste into txtGet a paragraph from another source. I then select key words from the paragraph and paste the word(s) into the appropriate bound text fields. This takes several mouse clicks (select, right click, copy, move to field, right click, paste)
I want to be able to select word(s) from txtGet then click a command button that will place the selected word(s) into the appropriate bound text field.
I have been trying the docmd.runcommand.accmdcopy and docmd.runcommand.accmdpaste but I can't get figure out how to copy only the selected text to the clipboard.
(The docmd.runcommand.accmdpaste I have figured out but I am stuck on getting only selected text to the clipboard)
How do I accomplish this?
accel45
What I am trying to accomplish is this:
I paste into txtGet a paragraph from another source. I then select key words from the paragraph and paste the word(s) into the appropriate bound text fields. This takes several mouse clicks (select, right click, copy, move to field, right click, paste)
I want to be able to select word(s) from txtGet then click a command button that will place the selected word(s) into the appropriate bound text field.
I have been trying the docmd.runcommand.accmdcopy and docmd.runcommand.accmdpaste but I can't get figure out how to copy only the selected text to the clipboard.
(The docmd.runcommand.accmdpaste I have figured out but I am stuck on getting only selected text to the clipboard)
How do I accomplish this?
accel45