Hi all, thanks for everyone's help so far!
Just a couple of quick questions now;
Firstly, I have a time elapsed field (in HH:MM) and occasionally the time elapsed will go over 24 hours, however say a job runs for 30 and a half hours, the field will just show 06:30 when really I want it to show 30:30, so is there anyway I can achieve that? This field is getting data from certain calculated fields based on a selection in a combo box.
Secondly, is there anyway to run an update on this field? The VBA code to work out hours is under AfterUpdate, and I don't want to go through every single record and have to retype in something in a field for it to update, so is there a way to update this field for all records so it works it out for me?
Thanks!
Just a couple of quick questions now;
Firstly, I have a time elapsed field (in HH:MM) and occasionally the time elapsed will go over 24 hours, however say a job runs for 30 and a half hours, the field will just show 06:30 when really I want it to show 30:30, so is there anyway I can achieve that? This field is getting data from certain calculated fields based on a selection in a combo box.
Secondly, is there anyway to run an update on this field? The VBA code to work out hours is under AfterUpdate, and I don't want to go through every single record and have to retype in something in a field for it to update, so is there a way to update this field for all records so it works it out for me?
Thanks!