C
Charles Harmon
I have a main form with an included subform that has
several records. One record and its data shows on the
subform. Navigation buttons can show each detail record in
the subform. The print button on the form works fine when
there is a single subform record.
If there are multiple records on the form, it prints the
Form Header, then all the records in the subform then, the
Form Footer, spanning several pages. The subform detail
records are not separated on the separate pages and there
is only one Form Header and Footer for the whole group of
pages
..
Using DoCmd.PrintOut acPages, 1, 1 always prints out the
first record ( and part of the second) no matter which
record is showing on the screen.
Using: DoCmd.DoMenuItem acFormBar, acEditMenu, 8, ,
acMenuVer70
DoCmd.PrintOut acSelection
This prints as described in par. 2 above.
I want the user to be able to be able to print the main
form with a single subform record on each page. If there
is more than one record in the subform, each record should
print out on a separate page (along with the Form Header
and Footer).
I am using Access 2000.
Any help doing this will be appreciated. Thanks.
several records. One record and its data shows on the
subform. Navigation buttons can show each detail record in
the subform. The print button on the form works fine when
there is a single subform record.
If there are multiple records on the form, it prints the
Form Header, then all the records in the subform then, the
Form Footer, spanning several pages. The subform detail
records are not separated on the separate pages and there
is only one Form Header and Footer for the whole group of
pages
..
Using DoCmd.PrintOut acPages, 1, 1 always prints out the
first record ( and part of the second) no matter which
record is showing on the screen.
Using: DoCmd.DoMenuItem acFormBar, acEditMenu, 8, ,
acMenuVer70
DoCmd.PrintOut acSelection
This prints as described in par. 2 above.
I want the user to be able to be able to print the main
form with a single subform record on each page. If there
is more than one record in the subform, each record should
print out on a separate page (along with the Form Header
and Footer).
I am using Access 2000.
Any help doing this will be appreciated. Thanks.