I have a report designed using the Report designer in VB. In the Details sec. I have 3 fields; ado.salesman, ado.overRide, ado.mgrName. I also sub total on the ado.overRide amount. What I want to do is when ado.salesman has a manager (ado.mgrName) I want to take the sub total of ado.overRide and place it under or next to the manager (who by the way will also be a salesman). It might look something like this:
ado.salesman ado.mgrName ado.overRide
@overRideDuemgr sum of ado.overRide
I hope this isn't too confusing.
Mike Sayler
ado.salesman ado.mgrName ado.overRide
@overRideDuemgr sum of ado.overRide
I hope this isn't too confusing.
Mike Sayler