Hi!
To copy the contents of one control to the clipboard, try:
[tt]me!txtYourControl.setfocus
docmd.runcommand accmdcopy[/tt]
The settings in Tools | Options for "Behavior entering field" should probably be "Select entire field".
Else, to copy the contents of one record, try:
[tt]docmd.runcommand accmdselectrecord
docmd.runcommand accmdcopy[/tt]
- then in the appropriate program, choose Paste, CTRL+V...
I'm not sure, but I think to only copy selected items, you'd have to use some more advanced methods (unless you do it a bit dirty and concatinate them into one textcontrol, then perform the first suggestion;-))
BTW - I see this is your first question here. Welcome to Tek-Tips! Here's a little faq on how to get the most out of the membership faq181-2886. Good Luck!
Roy-Vidar