Hi Geo,
Firstly thankyou for your reply.
I am new to this and i am self taught when it comes to things IT so please excuse me if i get a little confused. When you mention that i have to include the date for start and end time do you mean i have to have the code something like this:
FldHrsWorked.rawValue = ((Time2Num(FldEnd.formattedValue, "date{DD-MM-YY} time{HH:MM}") - Time2Num(FldStart.formattedValue, "date{DD-MM-YY} time{HH:MM}")) / (60 * 60 * 1000)) - FldLessBreaks
I have put that code in to see if it worked but alas, nothing happens in my FldHrsWorked field now.
I was reading in excel that if you put the formula =A2+(A1>A2)-A1 it will Subtract Times That Span Past Midnight Into a New Day but i can't figure how to add that in my original code.
I really don't want to have the guys put in date and time for both fields as, well, put simply the whinging from them will do my head in!!!!!!
Yours or others response would be a great help for me.
PS: I think the Time2Num might be the cause here with the new code that i tried.