B
Batteries not included
I maintain a phone support database. I have multiple phone numbers in
different tables per customer.
Phone numbers are entered in column formatted for phone numbers with the (
);;;-;;;; input mask. Maybe 30% of the numbers do not have the input mask
because the were imported from an earlier database that did not use the mask.
When a user adds a phone number to a record, I want to copy the last four
digits of that phone number (plus phone numbers from other phone columns in
other tables) into a single column so I can search by the last four digits.
Any takers??
different tables per customer.
Phone numbers are entered in column formatted for phone numbers with the (
);;;-;;;; input mask. Maybe 30% of the numbers do not have the input mask
because the were imported from an earlier database that did not use the mask.
When a user adds a phone number to a record, I want to copy the last four
digits of that phone number (plus phone numbers from other phone columns in
other tables) into a single column so I can search by the last four digits.
Any takers??