barryjohnson
Technical User
I have a Acces97 database with several thousand entries. I have a field that's called ProductFamily. When we started using the database several years ago, we only entered UPPERCASE ProductFamily names, such as "BREAKERONE", "BREAKERTWO", etc. Now we need to start using both uppercase and lowercase ProductFamily names. Examples would be ab1234, bb321, AB1234, BB321.
Now my problem... When I do a Select DISTINCT ProductFamily from Table I only get back the AB1234 & BB321. It's like Access thinks the ab1234 & bb321 are the same as the uppercase entries.
Any ideas? I need for Access to "see" them as different distinct values.
Now my problem... When I do a Select DISTINCT ProductFamily from Table I only get back the AB1234 & BB321. It's like Access thinks the ab1234 & bb321 are the same as the uppercase entries.
Any ideas? I need for Access to "see" them as different distinct values.