Quote:
Originally Posted by JStrider
your script is very close, only problem I see is when the field with the '-' in it is the first one for that ID it still includes it. this wouldnt have shown up using the little example dataset I provided.
|
that's the bug i mentioned in my post above. you have to have an if statement for the PRINT statement also, do something similar to what i have in my code to fix this
basically you are not cathcing the case where there is a userID that has only ONE entry, and that one entry is a '-'..