O
OldManEd
I have created a function that returns 2 or more cell phone number.
Something like:
2031236789
2031239876
The actual string returned is '2031236789 & vbCrLf & 2031239876'
How do I format these as a telephone number '(999) 999-9999' ???
The function searches (loops) a table using an ID to find members of a
group, each having a different cell phone number. Group size can be from 2
to 7. One string is created for all the numbers with a vbCRLf between each;
the final vbCrLf is deleted.
The data source is a table. The Cell Phone numbers in that data table are
already formated but don't carry over to the report that used the cell phone
function described above because, I think, the vbCrLF interfers.
Thanaks,
OMEd
Thanks for help.
OMEd
Something like:
2031236789
2031239876
The actual string returned is '2031236789 & vbCrLf & 2031239876'
How do I format these as a telephone number '(999) 999-9999' ???
The function searches (loops) a table using an ID to find members of a
group, each having a different cell phone number. Group size can be from 2
to 7. One string is created for all the numbers with a vbCRLf between each;
the final vbCrLf is deleted.
The data source is a table. The Cell Phone numbers in that data table are
already formated but don't carry over to the report that used the cell phone
function described above because, I think, the vbCrLF interfers.
Thanaks,
OMEd
Thanks for help.
OMEd