D
Dermot
I have created a..
Table of contacts tblcontacts.
Surname query qrySurname.
A report base on rptQuerySurname.
A macro to print a Selection mcrSelection.
When I search for a surname say "Brown" the report returns say 3 records.
When I run the print macro the preview display 6 records, each of the 3
record has an additional blank page which shows in the preview. The blank
page does not show as blank records in my table.
What I would like to do is have the option to print all records or any
number of them that I want.
Questions
1. Why would I be getting the blank page?
2. Can I only do this using VBA?
3. Please give an example if possible
Thanks
Dermot
Table of contacts tblcontacts.
Surname query qrySurname.
A report base on rptQuerySurname.
A macro to print a Selection mcrSelection.
When I search for a surname say "Brown" the report returns say 3 records.
When I run the print macro the preview display 6 records, each of the 3
record has an additional blank page which shows in the preview. The blank
page does not show as blank records in my table.
What I would like to do is have the option to print all records or any
number of them that I want.
Questions
1. Why would I be getting the blank page?
2. Can I only do this using VBA?
3. Please give an example if possible
Thanks
Dermot