I have a form I am creating in access. I would like to calculate the difference between two dates in the following format: dd:hh:mm:ss.
The fieldnames I have is DateCreated and Occurence-Date. For example:
Occurence-Date DateCreated
3/26/2010 4:37:00 AM 3/26/2010 4:44:58 AM
The time should be 00 0:07 (that is the format I want to use) How would I acheive that in a form. I know that I have to use a text box in the form but I am not sure how to calculate that.
The fieldnames I have is DateCreated and Occurence-Date. For example:
Occurence-Date DateCreated
3/26/2010 4:37:00 AM 3/26/2010 4:44:58 AM
The time should be 00 0:07 (that is the format I want to use) How would I acheive that in a form. I know that I have to use a text box in the form but I am not sure how to calculate that.