SpyderMan1234
IS-IT--Management
I have a recordset that looks something like this:
CISKEY DescCD
MLE6456 32
MLE6456 32
JBH1123 10
JBH1123 10
JBH1123 32
JAD5546 10
JAD5546 10
What I need is a way to go through the recordset and for each grouping of CISKEYs if any group has only a 32 and no 10s I need to print that CISKEY. For example, using the above data, the output would be MLE6456. Does anyone have any ideas on how to produce this? Any help is appreciated!!
Thanks
Jeff
CISKEY DescCD
MLE6456 32
MLE6456 32
JBH1123 10
JBH1123 10
JBH1123 32
JAD5546 10
JAD5546 10
What I need is a way to go through the recordset and for each grouping of CISKEYs if any group has only a 32 and no 10s I need to print that CISKEY. For example, using the above data, the output would be MLE6456. Does anyone have any ideas on how to produce this? Any help is appreciated!!
Thanks
Jeff