Jump to content

This topic is 3518 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

This seems like an easy question but for some reason the solution is escaping me.  Say I have a parent and child table where the parent may not have a related child record.  How would I go about finding all instances of a parent record that does not have a child record?  I can easily find all instances of a parent that DOES have a child record by specifying "*" in the primary id field of the child record but specifying "=" returns no results.

I feel like I'm missing something easy here...

Posted

I can easily find all instances of a parent that DOES have a child record by specifying "*" in the primary id field of the child record

And once you've done that, select Show Omitted Only.

Posted

Ah that makes sense, perform the find on a pre-omitted found set.

This topic is 3518 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.