Printing form problem

klee

Registered User.
Local time
Today, 13:06
Joined
Nov 23, 2001
Messages
22
I have a problem printing my form, assume I am on the 4 form right now and I want to print this form, the database does not allow me to do that,it just print out all the forms that i have in my database.

I have try to put a page break after the form, it still have the same problem

Is there any recommended solution?

Thank you
 
Use a report which contains the data you require. Forms aren't meant for printing.
 
i have a report already, but user say that they need to print a copy of the form that they fill in, so I thought that they can print it directly from the form after filling all those particulars
 
If your user requires use to print the individual form you are on and in form view......


Use the command button wizard to add a command button. The wizard offers you actions for you command button. One offered is to Print current Record.


HTH
 
If they need it for training purposes, just run a screen shot.
 
Thanks jwindon

Actually I am running the printing through the Print Current Form command that I have created through the wizard

so do you think the best way for me to solve this problem is to choose the needed form and then design a report that looks exactly the same like the form?
 
There should be an option under RECORD OPERATIONS that offers PRINT CURRENT RECORD.....not the form.

Try a new command button.
 

Users who are viewing this thread

Back
Top Bottom