print current record - in form view not report

Davros

Registered User.
Local time
Today, 08:39
Joined
Sep 9, 2005
Messages
131
hi
i have 3 queries brought together in 1 form. i do not want a report to be printed out just the current record in form view. this is because i have a number of images per record.
if i print out the current record and it only has 1 photo in a sub-form attached to the main form record, then the main form will print on 1 page which is what i want [screenshot 1]. But if there are 2 or more photos attached to the main record then the print command button prints out 2 pages for 2 photos, 3 pages for 3 photos and so on [screenshot 2].
any ideas as to how to limit the print command button to print out only 1 page per record regardless of how many photos their are attached to each record??
thanks
 

Attachments

  • screenshot 1.jpg
    screenshot 1.jpg
    60.1 KB · Views: 529
  • screenshot 2.jpg
    screenshot 2.jpg
    50.2 KB · Views: 382
You will not have any control over printing the form itself, so a report will be the only way that you can regain any control over exactly what is printed.

The Printout Method (VB) might work.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom