B
bob
Ok you have help me alot with my calculating database.
here is a problem that has come up
I have a simple start time and then a finish time i just want to subtract
the two the get the number of hour,minutes and seconds in one text box hear
is what it is showing now
Start Time 18:19:04
Finish Time 02:06:04
Total Time 04:13:00
Of course this is not right it should be 07:41:00
Here is what i have tried in bot a control source in a form and the
afterupdate box also
=[Finish Time]-[Start Time] that didnt work
=DateDiff("n",[Finish Time],[Start Time]) that didnt work that showed
12:00:00am
I also tried several different combo's of that but they didnt work
if any other info is needed please ask
bob
thank you for the help
here is a problem that has come up
I have a simple start time and then a finish time i just want to subtract
the two the get the number of hour,minutes and seconds in one text box hear
is what it is showing now
Start Time 18:19:04
Finish Time 02:06:04
Total Time 04:13:00
Of course this is not right it should be 07:41:00
Here is what i have tried in bot a control source in a form and the
afterupdate box also
=[Finish Time]-[Start Time] that didnt work
=DateDiff("n",[Finish Time],[Start Time]) that didnt work that showed
12:00:00am
I also tried several different combo's of that but they didnt work
if any other info is needed please ask
bob
thank you for the help