R RichGags Registered User. Local time Today, 21:51 Joined Jun 30, 2003 Messages 39 Jul 13, 2003 #1 Is there any way to copy a field to the clipboard without first setting focus, or GoToContol to that field? Thanks.
Is there any way to copy a field to the clipboard without first setting focus, or GoToContol to that field? Thanks.
J Jack Cowley Registered User. Local time Today, 21:51 Joined Aug 7, 2000 Messages 2,639 Jul 13, 2003 #2 Just refer to the control you are interested in. I.e. Call ClipboardCode(Me.[MyControl]). hth, Jack