J
Jose
I have a volunteers database that has tables "contact" and "attendance". The
attendance and contact tables are linked through a querry as was done in the
Access 2007 students template between "students" and "attendance".
In my database I am trying to display in a form the attendance and duration
of attendance for each volunteer but I have been unable to do so.
My Attendance table has columns (ID, Volunteer,Day, TimeIn, TimeOut). Day
can be any of 3 days between Friday through Sunday. And TimeIn and Out are
date/time fields in medium time format.
Each volunteer can volunteer any of those 3 days and their time in and out
will be entered respectively. I have a form that shows the volunteers
contact info, and a subform with their attendance record. Everything works
fine, but what I am trying to do is to display the total hours each volunteer
worked each day, and in total (add all hours worked on the 3 days.) I have
read many things on how to use the datediff function, but so far I have not
been able to figure out how to display all these values in my form/subform.
All help with this issue is greatly appreciated!
attendance and contact tables are linked through a querry as was done in the
Access 2007 students template between "students" and "attendance".
In my database I am trying to display in a form the attendance and duration
of attendance for each volunteer but I have been unable to do so.
My Attendance table has columns (ID, Volunteer,Day, TimeIn, TimeOut). Day
can be any of 3 days between Friday through Sunday. And TimeIn and Out are
date/time fields in medium time format.
Each volunteer can volunteer any of those 3 days and their time in and out
will be entered respectively. I have a form that shows the volunteers
contact info, and a subform with their attendance record. Everything works
fine, but what I am trying to do is to display the total hours each volunteer
worked each day, and in total (add all hours worked on the 3 days.) I have
read many things on how to use the datediff function, but so far I have not
been able to figure out how to display all these values in my form/subform.
All help with this issue is greatly appreciated!