Hi all,
I need a custom format mask as follows...
xxx-xxx-xxx
where x is a number only.
This format mask will be used for a textbox that will input the number into a table.
What is the best data type to be able to save this number?
And I also need to keep in mind that when I retrieve this number, it'll have to be in the same format as above.
I need a custom format mask as follows...
xxx-xxx-xxx
where x is a number only.
This format mask will be used for a textbox that will input the number into a table.
What is the best data type to be able to save this number?
And I also need to keep in mind that when I retrieve this number, it'll have to be in the same format as above.