LizardKingSchwing
Programmer
Helloo
I have a form with a load of Text boxes and the data in these is a large number in seconds say 10000000 and I wanted to format this in the form of hh:mm:ss so I used the following Format( MySeconds / 86400, "hh:mm:ss" ) , this seemed to work for seconds values that did not go over the hh boundary i.e two digit amounts for the hours , when I got to values that are getting into the hundreds and thousands of hours the formatting was incorrect. Anyone know how to format this type of thing in VBA for Access 97
Cheers
LK--<
I have a form with a load of Text boxes and the data in these is a large number in seconds say 10000000 and I wanted to format this in the form of hh:mm:ss so I used the following Format( MySeconds / 86400, "hh:mm:ss" ) , this seemed to work for seconds values that did not go over the hh boundary i.e two digit amounts for the hours , when I got to values that are getting into the hundreds and thousands of hours the formatting was incorrect. Anyone know how to format this type of thing in VBA for Access 97
Cheers
LK--<