N
Niklas Östergren
Hi!
I have created a function in which I format phone numbers according to
standard format in Sweden. The function returns the phone number (string) in
formatted version. This function works without any problem
I use this fomat functions i several forms but I end up with the
phonenumbers stored in the table formatted with - signs and spaces. That´s
not what I want. I´d like to store the data (phonenumbers) as the way it was
entered (ex. 087465211 not 08-746 52 11.
I run the function from the controls AfterUpdate_Event.
Anyone knowing what am I doing wrong and how to deal with this?
TIA!
// Niklas
I have created a function in which I format phone numbers according to
standard format in Sweden. The function returns the phone number (string) in
formatted version. This function works without any problem
I use this fomat functions i several forms but I end up with the
phonenumbers stored in the table formatted with - signs and spaces. That´s
not what I want. I´d like to store the data (phonenumbers) as the way it was
entered (ex. 087465211 not 08-746 52 11.
I run the function from the controls AfterUpdate_Event.
Anyone knowing what am I doing wrong and how to deal with this?
TIA!
// Niklas