Hi, I am using Crystal 9 linked to an Oracle Database. I have two fields set up like below. Vendor number is a unique identifier. I would like to direct my query not to select any vendor number if it appears anywhere in the transvendor field. With the example below, I would like my query to show all vendors except 8008 because that number occurs in the Transvendor field. I have tried various parameter variations, have pulled in a second copy of the table and tried to eliminate through linking but have not had any success yet, query always shows me all vendors even if they occur in the transvendor field.
Thanks in advance
Denise
Vendor# Transvendor#
8008 0
8009 0
8010 0
8011 0
8012 0
8013 0
8014 0
8015 8008
8016 8008
Thanks in advance
Denise
Vendor# Transvendor#
8008 0
8009 0
8010 0
8011 0
8012 0
8013 0
8014 0
8015 8008
8016 8008