G
Guest
I want to set up something where,
If a record has a string that contains a phone number,
it will deliminate everything else and leave just the phone number remaining.
A query that checked the entire field would be nice.
It would have something like,
"Like *###-####*"
right?
that would just filter out the records that didn't have phone#'s tho.
Is there a way to,
If string contains ###-####, Then Return just ###-####
I would use Left$/Mid$ but there's an undetermined no. of digits to the left
and right of the potential phone #.
Any advice would be very very very helpful!
Thanks
If a record has a string that contains a phone number,
it will deliminate everything else and leave just the phone number remaining.
A query that checked the entire field would be nice.
It would have something like,
"Like *###-####*"
right?
that would just filter out the records that didn't have phone#'s tho.
Is there a way to,
If string contains ###-####, Then Return just ###-####
I would use Left$/Mid$ but there's an undetermined no. of digits to the left
and right of the potential phone #.
Any advice would be very very very helpful!
Thanks