Hi,
I am trying to copy text to clipboard. The only way I have seen is by using focus method
Me!txtNotes.SetFocus
DoCmd.RunCommand acCmdCopy
is there a way of just copying some text ie "17856799"
The reason is that our printer requires a code to print and I do not want to have to type the code everytime so I can use Ctrl + V
Thanks for any help
I am trying to copy text to clipboard. The only way I have seen is by using focus method
Me!txtNotes.SetFocus
DoCmd.RunCommand acCmdCopy
is there a way of just copying some text ie "17856799"
The reason is that our printer requires a code to print and I do not want to have to type the code everytime so I can use Ctrl + V
Thanks for any help