Does the screen need to go to the clipboard? If not, you can just make a button that prints the form to the printer. In this case, you could use DoCmd.PrintOut. Otherwise, you're going to need to use some Windows API calls.
Peter Hoogenboom --- In [email protected], "sfukuda21" <[EMAIL PROTECTED]> wrote: > > OK > > Here's an easy one. I've looked in the manuals and can't seem to find > what I need. I have a form (screen) full of data and my users (being > users) want a single button to create a print screen. Instead of Alt- > Print Scrn, they want a single button push. I'm sure it can be done, > just con't know the actual code syntax. > > > Thanks in advance for any help >
