K
KC
I have a report in Access 2000 called repBusRoster. It is grouped by bus stop
(showing all of the stops on the route). Under each stop it shows the people
who are using the stop and if they are using it inbound, outbound, or both.
Inbound and Outbound designations are stored in a text box and notated as
“Inâ€, “Outâ€, or “In/Outâ€. I need to count how many people are on the bus
inbound and how many are on the bus outbound. In the report footer I have
put =Abs(Sum([InOut]="In" Or [InOut]="In/Out")) to count inbound and would
use a similar thing to then count outbound. The problem is a person can be
assigned to two different stops on the same route and are therefore being
counted twice. I’m thinking I need to work in the persons unique ID and hide
duplicates but I have had no success with this. Any help with this would
greatly appreciated.
(showing all of the stops on the route). Under each stop it shows the people
who are using the stop and if they are using it inbound, outbound, or both.
Inbound and Outbound designations are stored in a text box and notated as
“Inâ€, “Outâ€, or “In/Outâ€. I need to count how many people are on the bus
inbound and how many are on the bus outbound. In the report footer I have
put =Abs(Sum([InOut]="In" Or [InOut]="In/Out")) to count inbound and would
use a similar thing to then count outbound. The problem is a person can be
assigned to two different stops on the same route and are therefore being
counted twice. I’m thinking I need to work in the persons unique ID and hide
duplicates but I have had no success with this. Any help with this would
greatly appreciated.