J
joan
Greetings,
I have read several entries regarding the problem of working with elapsed
time in access but have not found a solution that I understand how to
implement.
In brief, my situation is something like this:
Tbl_Racetime
Field1 ID (autonumber)
Swimtime (integer stored as seconds)
Runtime (integer stored as seconds)
Biketime (integer stored as seconds)
I need to create a form in which the user would enter the times in h:nn:ss
format but the data would be converted and stored as number of seconds. This
is so the data can be used in calculations.
Conversely, I would need to convert the data from seconds to h:nn:ss for use
in reports.
Is there code that I could cut and paste somewhere in the properties of the
form?
Or is there a query that needs to created?
My feeble grasp on Access is not enough to wrestle with this on my own and
my brain is about to explode! Any help appreciated.
joan
I have read several entries regarding the problem of working with elapsed
time in access but have not found a solution that I understand how to
implement.
In brief, my situation is something like this:
Tbl_Racetime
Field1 ID (autonumber)
Swimtime (integer stored as seconds)
Runtime (integer stored as seconds)
Biketime (integer stored as seconds)
I need to create a form in which the user would enter the times in h:nn:ss
format but the data would be converted and stored as number of seconds. This
is so the data can be used in calculations.
Conversely, I would need to convert the data from seconds to h:nn:ss for use
in reports.
Is there code that I could cut and paste somewhere in the properties of the
form?
Or is there a query that needs to created?
My feeble grasp on Access is not enough to wrestle with this on my own and
my brain is about to explode! Any help appreciated.
joan