Good afternoon.
I have a drawing register report which lists each drawing for a project and the revisions per drawing. I tried adding a count of the records per design consultant in the group header to show the total number of drawings issued per consultant (not counting the revisions per drawing). The count records in the footer section is also counting the number of times a drawing has been revised - so if I have a drawing that has been revised 4 times it will return a count of 4 instead 1.
For example, the structural engineer has issued 37 drawings however, the group footer is returning a count of 59 which includes all the revisions.
Right now, the only way I am getting the correct figure is by running a query counting all the drawings per consultant and adding a Dlookup formula in the footer section for the ConsultantID on the report.
Is there a better way to count the records in the report?
I have a drawing register report which lists each drawing for a project and the revisions per drawing. I tried adding a count of the records per design consultant in the group header to show the total number of drawings issued per consultant (not counting the revisions per drawing). The count records in the footer section is also counting the number of times a drawing has been revised - so if I have a drawing that has been revised 4 times it will return a count of 4 instead 1.
For example, the structural engineer has issued 37 drawings however, the group footer is returning a count of 59 which includes all the revisions.
Right now, the only way I am getting the correct figure is by running a query counting all the drawings per consultant and adding a Dlookup formula in the footer section for the ConsultantID on the report.
Is there a better way to count the records in the report?