Hi all,
I will briefly tell you about the structure of my databse, and then will ask you my question.
I have a database for project tracking, with a table for projects, and some other tables related to the projects table (i.e. Milestones)
I have a report based on a query that selects all the projects that I have and the report is grouped by the project ID. Within this report, I have a subreport for Milestones. the query for the Milestones subreport selects all the project milestones where the project ID = the "Report" ProjectID. This makes the Milestones subreport pick only the milestones for each project ID as per the grouping done in my parent report.
The Problem:
Some projects have no milestones!
I end up having a page in the report where on the top of the page, there is the project name and nothing below it. So of course this doesn't look very presentable.
The Question:
Is there a way using VB or access to completely skip such pages from the repot so I would end up with a report for all projects that actually have milestones?
Thanks for your help!
Wael
I will briefly tell you about the structure of my databse, and then will ask you my question.
I have a database for project tracking, with a table for projects, and some other tables related to the projects table (i.e. Milestones)
I have a report based on a query that selects all the projects that I have and the report is grouped by the project ID. Within this report, I have a subreport for Milestones. the query for the Milestones subreport selects all the project milestones where the project ID = the "Report" ProjectID. This makes the Milestones subreport pick only the milestones for each project ID as per the grouping done in my parent report.
The Problem:
Some projects have no milestones!
I end up having a page in the report where on the top of the page, there is the project name and nothing below it. So of course this doesn't look very presentable.
The Question:
Is there a way using VB or access to completely skip such pages from the repot so I would end up with a report for all projects that actually have milestones?
Thanks for your help!
Wael
Comment