Quote:
Originally posted by acg_ray
Your query looks correct. Do you have a primary or foreign key for the teRManager field? I ask, because is it possible that the values in the teRManager field are not all the same (though they look the same)? Perhaps some combinations of Jill Manners; James Monroe have extra spaces mixed into the text, or appended to the end of the names?
For example (assuming '_' is a space), 'Jill_Manners" is not the same as "Jill_Manners_".
Run a query of Select Distinct teRManager from Time_Entry and see if the name combinations show up more than once. If a combination shows up more than once, then there is some difference in how it was entered into the field.
|
I'm using a 4 field "combo" for my primary field. However, the teRManager is not one of them (nor is it a foreign key).
I also considered that perhaps there was extra spacing or some hidden characters in one of the names. The only way I knew to test for it was copy the info and set them equal to each other in Excel and see if it came back "true" (which it did).
Strangely, when I run your suggested query:
Select Distinct teRManager from Time_Entry
I don't get the repeated fields that I get during the first statement I used.
Any ideas?
Norm