D
dr
Hi all,
Have a good day.
I try to set an automatic inputmask on my form's text box.
I want to catch the last two digits of the year and two
digits of the month ( as number).
I tried:
Me.text0.inputmask = Format (Now,"yy - mm") & "-#####"
I want the user just input 5 numbers (replace #####),while the
yy-mm is automatically.
Ex : August 2008 will become 08 - 08 and if the user have data
102,the data will be 08 - 08 - 00102 .And the user just need to
type 102 only.
Would somebody like to help pointing me to the right direction.
Thank's
Have a good day.
I try to set an automatic inputmask on my form's text box.
I want to catch the last two digits of the year and two
digits of the month ( as number).
I tried:
Me.text0.inputmask = Format (Now,"yy - mm") & "-#####"
I want the user just input 5 numbers (replace #####),while the
yy-mm is automatically.
Ex : August 2008 will become 08 - 08 and if the user have data
102,the data will be 08 - 08 - 00102 .And the user just need to
type 102 only.
Would somebody like to help pointing me to the right direction.
Thank's