here is what i want to save in my table '00-00-00' where the zeroes starting from the right are increments whenever the user saves the data. so when there's a lot of data later on, the format of my number should be '01-99-99'.
so far i tried this setup but i cannot save the '-' sign only the numbers..
*field type = numeric
*in the builder of my textbox, i placed an input mask as '##-##-##' and remains the numeric as data type
*the syntax that i used was 'thisform.NameofTextbox.value = thisform.NameofTextbox.value + 1'
so far i tried this setup but i cannot save the '-' sign only the numbers..
*field type = numeric
*in the builder of my textbox, i placed an input mask as '##-##-##' and remains the numeric as data type
*the syntax that i used was 'thisform.NameofTextbox.value = thisform.NameofTextbox.value + 1'