Steven Deetz
Registered User.
- Local time
- Today, 15:32
- Joined
- Jul 19, 2001
- Messages
- 49
I have converted an Excel file into an Access table and now want to break down information in this table into more meaningful fields. One of the fields I want to breakdown is a Emergency Contact text field that lists a name and a telephone number combined. Below is an example of the data in the field.
Emergency Contact
Steve Deetz (507) 455-0105
Steve 455-0105
Steve Deetz 455-0105
Steven Deetz 507-455-0105
I can use the Left, Right, and Mid functions to parse out the information, but due to no uniformity on how the data was entered, the parsed data looks rather ugly. I have done a search of the site for parsing information and looked at a few posts without much luck.
If there is a way to get a count of the number of characters to the very first number, I could then use the Left, Right, and Mid functions to extract both the name and telephone number. Any ideas on how to do this would make my day.
Thanks in advance!
Emergency Contact
Steve Deetz (507) 455-0105
Steve 455-0105
Steve Deetz 455-0105
Steven Deetz 507-455-0105
I can use the Left, Right, and Mid functions to parse out the information, but due to no uniformity on how the data was entered, the parsed data looks rather ugly. I have done a search of the site for parsing information and looked at a few posts without much luck.
If there is a way to get a count of the number of characters to the very first number, I could then use the Left, Right, and Mid functions to extract both the name and telephone number. Any ideas on how to do this would make my day.

Thanks in advance!