G
Guest
I am attempting to change a formatted telephone number on the form to an
unformatted string so as to INSERT INTO a table. The following is what is
hanging me up. The info inserts as it should but but on the table I show for
the telephone the # symbol.
txtCustomerTelephone.Text = CStr(txtCustomerTelephone.Text)
txtCustomerTelephone.Text = Format(txtCustomerTelephone.Text, "##########")
What am I doing wrong on this?
Thanks to anyone who responds.
*** John
unformatted string so as to INSERT INTO a table. The following is what is
hanging me up. The info inserts as it should but but on the table I show for
the telephone the # symbol.
txtCustomerTelephone.Text = CStr(txtCustomerTelephone.Text)
txtCustomerTelephone.Text = Format(txtCustomerTelephone.Text, "##########")
What am I doing wrong on this?
Thanks to anyone who responds.
*** John