As the title says I have a report that is based on a query, I want to somehow return how may pages are in that report in VB.
What I am trying to do in the big picture is automatically collate the report so when I print it out it collates 3 copies of the report to the printer. I think I have the collating bit sorted but I need to determine how many pages exist in the report?
Any help would be greatfully received.
I have tried opening the report hidden and using the '.pages' property but for some stupid reason it always returns 0.
Help!
Thanks
Ian
What I am trying to do in the big picture is automatically collate the report so when I print it out it collates 3 copies of the report to the printer. I think I have the collating bit sorted but I need to determine how many pages exist in the report?
Any help would be greatfully received.
I have tried opening the report hidden and using the '.pages' property but for some stupid reason it always returns 0.
Help!
Thanks
Ian