I have a Field called "time" where I can input hours for the day. Then i have another field in which I can subtract hours and minutes. For instance if someone took lunch for 34 minutes I would be able to subtract that from the time. I can always get my total time for a single day. when I go to run a query that will show total hours for a week I have to change the format of my time(ex. 12.50 instead of 12:30)
Right Now My field type is Date/Time. Do I need to change it to numeric so I can get total hours down to last minute for a week instead of trying to figure 21.98 hrs.
This is what I put in my query for total Time.
=Format([Time]-[TimeOff], hh:mm) Like I said I can get it for one day but not more than 24 hours. PLEASE HELP
Right Now My field type is Date/Time. Do I need to change it to numeric so I can get total hours down to last minute for a week instead of trying to figure 21.98 hrs.
This is what I put in my query for total Time.
=Format([Time]-[TimeOff], hh:mm) Like I said I can get it for one day but not more than 24 hours. PLEASE HELP