Printing a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
Access 2000

I some forms and from these forms I wish just to print the data that is
currently displayed in the form. I do not wish to use the Ctl+Alt+Prtscrn
method. I would like to create a command key that would just print the
current data displayed on the screen.

Thanks
 
ATanker62 said:
Hello
Access 2000

I some forms and from these forms I wish just to print the data that
is currently displayed in the form. I do not wish to use the
Ctl+Alt+Prtscrn method. I would like to create a command key that
would just print the current data displayed on the screen.

Thanks

Forms aren't really best designed for printing -- reports are better for
that -- but how about what the command button wizard produces when you
choose category "Record Operations", action "Print Record"?
 
Back
Top