ACC2000 Alt-Print Screen VBA Code

T

Tony_VBACoder

Using Access 2000, I would like to put a button on a form that allows the
user to do an Alt-Print Screen to capture the current form to the clipboard.

What VBA code would I need? I've thought about Send Keys, but is there a
better way?
 
Top