Printing a screen in access

A

Anna

In an Access Database how do I print the screen to hand out during a
presentation of the new system? Currently, when I go to print the page comes
up blank. It also comes up blank in "Print Preview".
 
M

Mike Labosh

In an Access Database how do I print the screen to hand out during a
presentation of the new system? Currently, when I go to print the page
comes
up blank. It also comes up blank in "Print Preview".

Pressing the PrintScreen key on your keyboard captures the entire display on
the clipboard, which you can paste anywhere you need (word, powerpoint,
paint), and then print.

Pressing ALT+PrintScreen does the same thing, but only for the window that
has the focus, not the whole display.
--
Peace & happy computing,

Mike Labosh, MCSD

"It's 4:30 am. Do you know where your stack pointer is?"
 
B

Brendan Reynolds

Prnt Scrn will copy the entire screen, or Alt+Prnt Scrn will copy the active
window, to the clipboard. Then fire up your favourite graphics program and
paste from the clipboard. Alternatively, there are lots of screen capture
programs around, here's an URL where you can download some free ones ...

http://www.nonags.com/nonags/grcapt.html

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
A

Anna

Thank you!

Brendan Reynolds said:
Prnt Scrn will copy the entire screen, or Alt+Prnt Scrn will copy the active
window, to the clipboard. Then fire up your favourite graphics program and
paste from the clipboard. Alternatively, there are lots of screen capture
programs around, here's an URL where you can download some free ones ...

http://www.nonags.com/nonags/grcapt.html

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
A

Anna

Thank you!!

Mike Labosh said:
Pressing the PrintScreen key on your keyboard captures the entire display on
the clipboard, which you can paste anywhere you need (word, powerpoint,
paint), and then print.

Pressing ALT+PrintScreen does the same thing, but only for the window that
has the focus, not the whole display.
--
Peace & happy computing,

Mike Labosh, MCSD

"It's 4:30 am. Do you know where your stack pointer is?"
 
Top