I have tried adding the subroutine and it works, except it always places the 'Duration' into a new record. So I have the record I was working on without and Duration info, then the next record it JUST the Duration info.
So I tried changing the first line to AdHocData.Recordset.Edit, but this changes the duration on the first record each time.
Next I tried getting rid of the first line and this works, it creates one record with all the fields plus the duration but immediately jumps back to the first record.
Then I got rid of the .update line and this works and does not jump to the first record but equally it does not update the Duration field, but it has stored it!
I just cant seem to have it store the duration in the same record and have it update at the same time. What am I doing wrong?
Thanks again I appreciate the help and I am trying hard to figure this out