deejay_totoro
Registered User.
- Local time
- Today, 19:46
- Joined
- May 29, 2003
- Messages
- 169
Hello,
I wonder if you can help me?
I am trying to do a simple time calculation, where I can calulate the duration of a call.
I can do this in the form (using =[EndTime]-[StartTime]) and the correct duration is displayed.
However, this information is not passed to the underlying table.
So my question is: how can I store this duration in the underlying table field (duration)?
I read in another post that it is not good to do calculations in tables in access (is this correct?) so I made a query - which dies calculate the duration properly.
However, the problem still remains - how do I pass this duration information, from either the form field - or the query - back to the corresponding field in the original table?
Thank you very much!
dj_totoro
I wonder if you can help me?
I am trying to do a simple time calculation, where I can calulate the duration of a call.
I can do this in the form (using =[EndTime]-[StartTime]) and the correct duration is displayed.
However, this information is not passed to the underlying table.
So my question is: how can I store this duration in the underlying table field (duration)?
I read in another post that it is not good to do calculations in tables in access (is this correct?) so I made a query - which dies calculate the duration properly.
However, the problem still remains - how do I pass this duration information, from either the form field - or the query - back to the corresponding field in the original table?
Thank you very much!
dj_totoro