Trouble in getting a form Printed

msr

New member
Local time
Tomorrow, 00:47
Joined
Jun 20, 2012
Messages
1
Hi!
I am trying to get a Form (in Access 2010) printed. When I do this, the cintents of the form are repeated at least four times in the print version.
Even wheen I convert the form into report (by saving the form as a report), the trouble remains.
Any help will be appreciated.
Thanking you
M S Radhakrishnan
 
A form is not meant to be printed sir. You should ONLY print reports. It can be customized easily to your liking.
 
Welcome Aboard:)
If the form/report is repeating, the problem is most likely that the underlying query is returning duplicate records. Also, generally when you want to print, you want to control the records that are being printed so make sure to use the WHERE argument of the OpenReport method so that you only print the record you are currently viewing.
 

Users who are viewing this thread

Back
Top Bottom