grobertson
Technical User
I am trying to calculate the sum of several time periods. I found a formula to calculate the difference between two time periods, that formula is
Format([StartTime]-1-[EndTime], "Short Time".
The query I am trying to design needs to take the tracked time for a process from each day of the week and come up with a total. Each day of the week is a different field, such as Montime, Tuestime, Wedtime, etc, so the formula needs to take the value from each field, and sum them and display it in the total field of the query.
Thank you.
grobertson1@msn.com
Format([StartTime]-1-[EndTime], "Short Time".
The query I am trying to design needs to take the tracked time for a process from each day of the week and come up with a total. Each day of the week is a different field, such as Montime, Tuestime, Wedtime, etc, so the formula needs to take the value from each field, and sum them and display it in the total field of the query.
Thank you.
grobertson1@msn.com