I am trying to create a mask for a time value typically of 02:23.45 and
while I can get the mask to show in the box when it loses focus it rounds
the number in some way to 02:24.
I want to put this value into an mdb database and that is being equally
intransigent and cussed. the database can change in any way required to
store the value as long as it can be retrieved and displayed.
I am getting close to believing I might have to write some funky
concatenation function thing to break ordinary text input up and format it
properly to enter it into the database...
Any suggestions gratefully received..
Ricahrd Dutton
while I can get the mask to show in the box when it loses focus it rounds
the number in some way to 02:24.
I want to put this value into an mdb database and that is being equally
intransigent and cussed. the database can change in any way required to
store the value as long as it can be retrieved and displayed.
I am getting close to believing I might have to write some funky
concatenation function thing to break ordinary text input up and format it
properly to enter it into the database...
Any suggestions gratefully received..
Ricahrd Dutton
Comment