Hi. My users created a field in a table with an input mask. How do I obtain this value without its input mask? The field is a fax number, and they have it masked as "(###) ###-####". So when I code "varFaxNum=Customers.FaxNumber", I get "(555) 555-5555". But I just want the numbers - not the spaces and special characters. Do I have to write a routine to do this (to check each character for "IsNumeric"), or is there like an "unmask" function or something?
Thanks!
Scott
Thanks!
Scott