Copy form detail to Clipboard

dvent

Registered User.
Local time
Today, 07:37
Joined
Jul 14, 2009
Messages
40
Hi All,

I have a form containing a few fields. I want to be able to click a button to copy the form to the clipboard, allowing me to paste it into an email as an image.

Can anyone point me in the right direction?

Thanks
dvent
 
This may not work but when I want to copy a form into a document or whatever for user guides etc. I tend to Press Alt-Print screen, this copyies the active window to the buffer, try it manually. On the key press you could use the Sendkeys command to issue the above. Like I say never tried it.
 
Also, it would depend upon the layout of your keyboard, some do not require the Alt key.
 
I could do this but thought someone may have a more elegant way?

I was thinking along the lines of using DoCmd.Print -> Clipboard/Image

(?) :confused: (?)
 

Users who are viewing this thread

Back
Top Bottom