Working with an ODBC connection to SQL2k data. How can I report only records from the primary table that do not have a related record in the linked table. I can report all records with the left outer join just fine, but I need to report only the primary table records without a related record.
Thanks
Thanks