I want to use Sendkeys statement to copy the information of a text field to the clipboard and then paste it in a Word document.
I used docmd.gotocontrol texto_documento to set the focus and then docmd.sendkeys "^C" to copy the text to the clipboard.
It did not work. I tried using macros, but it did not work either. What am I doing wrong?