I have an Access report that I would like to output like this :
Group 1 : Client : Cient Name - Contanct, etc Group 2: WO : #WO - Date, etc. Detail : Item1 Item2 ... ItemN End Group 2: Total for WO : Total, etc End Group 1: Total for Client : Count(WO) and total
I cannot get the Count(WO) part right. Is there any way to do this and if so how ?
Edit : Just so everyone understands, if I have 3 WO for one client and 15 lines total for the client, I want Count(wo) to be 3, not 15.
thanks
Have you tried using the report wizard? It should guide you through creating such a report. The group footer should have a textbox with:
EDIT Re Comment
Add a textbox to the group header and set the
Running Sumproperty toOver Group, theVisibleproperty toNo, theControl Sourceto=1and theNameto, say,GroupCount. In a suitable footer, create another textbox and set theControl Sourceto=GroupCount.