neillovell
Programmer
I am trying to create a field in my table which will let me enter times such as
01:33:83
1 minute 33 seconds 83 milliseconds
The problem I have right now is that if I put a number above 59 for the milliseconds the data is rejected (obviously it thinks it is the seconds field).
I've had a go with the masks but no luck - how do you do it?
Thanks,
Daniel
01:33:83
1 minute 33 seconds 83 milliseconds
The problem I have right now is that if I put a number above 59 for the milliseconds the data is rejected (obviously it thinks it is the seconds field).
I've had a go with the masks but no luck - how do you do it?
Thanks,
Daniel