I have a primary table that is link to a secondary table by a key field. I want to process all records on the primary but exclude the record if a field (not the link field)in the secondary table is equal to certain value.
If I have a filter to exclude records base on the field, it will process only records that has the same key. I want to include on my count, records on my primary even there is no match on the secondary file.
How do I do that? Any help is appreciated.
If I have a filter to exclude records base on the field, it will process only records that has the same key. I want to include on my count, records on my primary even there is no match on the secondary file.
How do I do that? Any help is appreciated.