Jump to content
Server Maintenance This Week. ×

How would I perform a find for an empty relationship?


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

Recommended Posts

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...

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 3222 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.