nissan240zx
Programmer
Hello All,
I am referring to my previous post (I have reached this far on my quest
When I run this I get all the records for that CTA_PERM_COLL_ID.
But all I want is the lowest number and the highest.
Any advice..
Thanks in advance..
A good programmer is someone who looks both ways before crossing a one-way street. - Doug Linder
I am referring to my previous post (I have reached this far on my quest
Code:
SELECT Minimum([EBCDIC_NAME]) AS [Minimum Value], Maximum([EBCDIC_NAME]) AS [Maximum Value], PaysysTag.HDR_USER_ALPHA_2, Collectors.Collector_FirstName, Collectors.Collector_LastName, Collectors.Collector_JobTitle, Collectors.Collector_Group
FROM Collectors INNER JOIN PaysysTag ON Collectors.Collector_ID = PaysysTag.CTA_PERM_COLL_ID;
When I run this I get all the records for that CTA_PERM_COLL_ID.
But all I want is the lowest number and the highest.
Any advice..
Thanks in advance..
A good programmer is someone who looks both ways before crossing a one-way street. - Doug Linder