WaltLukeIII
Programmer
I have two fields in a table one that is a phone number. and the other which tells what kind of phone number
9 digit
9 digit with a 3 digit extension
15 digit phone number
ect...
I have setup a table with the description of the phone number and a format for the numbers.
I need to take that format and apply it to the other table with the numbers in it.
for example
In table One I have the number "123456789" and the "9 digit" as the type of number.
In the second table I have the "9 digit" name and the format I want used "(@@@) @@@-@@@@".
So I can take the number from the first table and the format to use from the second table and come up with
"(123) 456-789" to be used elsewhere
I trust this makes sense.
Walt III
SAElukewl@netscape.net
9 digit
9 digit with a 3 digit extension
15 digit phone number
ect...
I have setup a table with the description of the phone number and a format for the numbers.
I need to take that format and apply it to the other table with the numbers in it.
for example
In table One I have the number "123456789" and the "9 digit" as the type of number.
In the second table I have the "9 digit" name and the format I want used "(@@@) @@@-@@@@".
So I can take the number from the first table and the format to use from the second table and come up with
"(123) 456-789" to be used elsewhere
I trust this makes sense.
Walt III
SAElukewl@netscape.net