T
TXDalessandros
I have never had to use a form/subform in access before. I am guessing this
is the correct way to go about this. I will have users entering the
following data
I have the following field being enter only once in the main form
The date is a default value of Date()
The Employee name is a lookup field from a table.
Subform then contains the following:
Activity-lookup field (task name)
Start Time
End Time
after each line I want the activity time to be calculated (End Time-Start
Time)
and then I would like a total time for that day.
Not sure the best way to go about accomplishing this
Thank you
is the correct way to go about this. I will have users entering the
following data
I have the following field being enter only once in the main form
The date is a default value of Date()
The Employee name is a lookup field from a table.
Subform then contains the following:
Activity-lookup field (task name)
Start Time
End Time
after each line I want the activity time to be calculated (End Time-Start
Time)
and then I would like a total time for that day.
Not sure the best way to go about accomplishing this
Thank you