MedianUser
New member
- Local time
- Today, 17:04
- Joined
- Apr 13, 2010
- Messages
- 1
Hi,
I'm not sure Access can do this, but I thought I'd ask. Is there a query that will list every character in a given field and the number of times it appears so I can identify any non alpha-numeric characters or remove any non alpha-numeric characters automatically?
I get info from many different sources about a given part number. I group these together to pull the best data for each part number. My problem is each source does something different with the part number before I get it. Part ABC-3, for example, could show up as ABC3, A-BC3, A/B-C3, etc; which makes the "group by" function useless. All I care is that ABC3 show up in that order. I've been using a replace query to remove all the common extra characters, but I find new ones here and there. It's a large database and the part numbers can be any length so manually going through each record would be a long task. Any ideas?
Thanks
I'm not sure Access can do this, but I thought I'd ask. Is there a query that will list every character in a given field and the number of times it appears so I can identify any non alpha-numeric characters or remove any non alpha-numeric characters automatically?
I get info from many different sources about a given part number. I group these together to pull the best data for each part number. My problem is each source does something different with the part number before I get it. Part ABC-3, for example, could show up as ABC3, A-BC3, A/B-C3, etc; which makes the "group by" function useless. All I care is that ABC3 show up in that order. I've been using a replace query to remove all the common extra characters, but I find new ones here and there. It's a large database and the part numbers can be any length so manually going through each record would be a long task. Any ideas?
Thanks