Hi guys,
I'm trying to turn any period entered into a certain textfield on my form into a comma
(to prevent access from turning 1.1 into 11 for example).
I have the on dirty event set to me.fieldname = replace(me.fieldname,".",",").
Everything works fine as long as I use the period key on the numpad. However, when I use the regular period key on the keyboard, it does not convert it.
Any ideas on what might cause this, and how to solve it?
Thanks
I'm trying to turn any period entered into a certain textfield on my form into a comma
(to prevent access from turning 1.1 into 11 for example).
I have the on dirty event set to me.fieldname = replace(me.fieldname,".",",").
Everything works fine as long as I use the period key on the numpad. However, when I use the regular period key on the keyboard, it does not convert it.
Any ideas on what might cause this, and how to solve it?
Thanks