F
Fr@nk
Hello. I have a field in a table which originally was designed to hold units
of time, so the designers set the field to the date/time type, and an input
mask on the control on the form (00:00 format). However, now, users need to
input values greater than 24:00 and this field won't accept them. The users
need to enter a value such as 28:30 hours (28 and a half hours).
Do I have to change this field to a long integer type? Can I create a
user-defined type allowing these entries? I'm trying to avoid using a long
integer type since I'll have to convert the existing data (any tips on the
best way to do this?) from say, 10:45 to 10.75.
Any help is appreciated. Thanks in advance.
F
of time, so the designers set the field to the date/time type, and an input
mask on the control on the form (00:00 format). However, now, users need to
input values greater than 24:00 and this field won't accept them. The users
need to enter a value such as 28:30 hours (28 and a half hours).
Do I have to change this field to a long integer type? Can I create a
user-defined type allowing these entries? I'm trying to avoid using a long
integer type since I'll have to convert the existing data (any tips on the
best way to do this?) from say, 10:45 to 10.75.
Any help is appreciated. Thanks in advance.
F