J
jenn
I have a database of names of people and when that person checks in for a
service their name is scanned in and the date and time is automatically
assigned and kept in the data base when the type of service is selected for
the visit...
do I need to query or group by in a report to list the visitor and their
services together for each date so that I can subtract the times of the
services to calculate the total times for each service
e.g.
jennifer 12/01/05 IN 09:00
Jennifer 12/01/05 OUT 09:30
Jennifer 12/01/05 In 10:50
Jennifer 12/01/05 OUT 11:00
I want to find each "jennifer" for unique dates and subtract the in from the
out and get the total time in the building
service their name is scanned in and the date and time is automatically
assigned and kept in the data base when the type of service is selected for
the visit...
do I need to query or group by in a report to list the visitor and their
services together for each date so that I can subtract the times of the
services to calculate the total times for each service
e.g.
jennifer 12/01/05 IN 09:00
Jennifer 12/01/05 OUT 09:30
Jennifer 12/01/05 In 10:50
Jennifer 12/01/05 OUT 11:00
I want to find each "jennifer" for unique dates and subtract the in from the
out and get the total time in the building