I have an unbound text box that is filled in using an AfterUpdate event in a combo-box on the same form.
The number it is filled in with is of the following format
1010531 - representing 31/05/01
I need to be able to display it as a proper date.
this would involve 'ignoring' the first digit, and then displying the rest of it, in reverse order sections of two digits, seperated with a '/' or '-'
can this be done just by entering a format into the format section of the properties?
thanks for any help
The number it is filled in with is of the following format
1010531 - representing 31/05/01
I need to be able to display it as a proper date.
this would involve 'ignoring' the first digit, and then displying the rest of it, in reverse order sections of two digits, seperated with a '/' or '-'
can this be done just by entering a format into the format section of the properties?
thanks for any help