neillovell
Programmer
Hi,
I have a table with some fields, two of which are TimerStart and TimerStop, both long time format (e.g. 06:09:30). I'm trying to find out how to find the difference between two fields and put it in to the TimeTaken field.
So 10:00:00 and 15:27:01 would return 05:27:01 as this is how long it has taken to do this.
In forms I know I can use VBA to calculate this when focus is lost etc. but I need this in the table because I'm accessing the database via a website.
Thoughts?
I have a table with some fields, two of which are TimerStart and TimerStop, both long time format (e.g. 06:09:30). I'm trying to find out how to find the difference between two fields and put it in to the TimeTaken field.
So 10:00:00 and 15:27:01 would return 05:27:01 as this is how long it has taken to do this.
In forms I know I can use VBA to calculate this when focus is lost etc. but I need this in the table because I'm accessing the database via a website.
Thoughts?