L
Lee-Anne Waters via AccessMonster.com
hi,
i have a report that list the number of orders and the number of people doing
the orders
in order to count the total orders i have the following which works fine
=Count([Order]) & " Scheduled"
however i also want to count the number of people doing the work.
=Count([CName]) & " Techs"
however it counts the same number of records.
if a day has say 100 orders and 10 techs doing the work then how do i change
the formula to only count the techs?
many thanks
Lee-Anne
i have a report that list the number of orders and the number of people doing
the orders
in order to count the total orders i have the following which works fine
=Count([Order]) & " Scheduled"
however i also want to count the number of people doing the work.
=Count([CName]) & " Techs"
however it counts the same number of records.
if a day has say 100 orders and 10 techs doing the work then how do i change
the formula to only count the techs?
many thanks
Lee-Anne