how do you print current screen ?

gino

Registered User.
Local time
Today, 20:52
Joined
Mar 16, 2000
Messages
117
this sounds so simple but for some reason...when i put a command button to print current form....it prints all existing records......in database. is there a way to print current form and not current record? i tried current record but it only prints records that exist only. i want the user to have the option to print screen even though record is not viewed.......or exist...
 
In a question that I have previously posted, I got this reply from Pat Hartman, "Add a button to the form. In the click event place the following line of code:
DoCmd.PrintOut acSelection"
Using this I am able to print the record of a form that I am currently viewing, and only that record. Another option to use is to use code to initiate the File/Print option. I am not sure exactly how to do this. Sorry if this is not of any help, but hey, I tried.

Jammin
 

Users who are viewing this thread

Back
Top Bottom