how to copy a data field content into clipboard in Acess 2003?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I can not find a simple anwser in the help menu for such a simple task, strange
 
I can not find a simple anwser in the help menu for such a simple task, strange

Perhaps I misunderstand this question, but did you try selecting the
field, then:

Ctrl + C
or..
Edit + Copy
 
Perhaps I misunderstand this question, but did you try selecting the
field, then:

Ctrl + C
or..
Edit + Copy

I forgot this was posted in modulesdaovba.
You can also use:
[ControlName].SetFocus
DoCmd.RunCommand acCmdCopy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top