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

J

jinlsui

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

fredg

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
 
F

fredg

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
 
Top