nsl Posted April 14, 2005 Posted April 14, 2005 I have a parent / child database, records that exist in the parent table may or may not have a record in the child table. The form displays the parent data and the child data as a portal. I need to list all parent records that have a particular value in the child table or do not have a child record at all. Currently, the find option only displays the parent records that have a record in the child table and ignores the parent records that have no child records.
RalphL Posted April 14, 2005 Posted April 14, 2005 Try adding a calculated number field = Case ( IsEmpty ( Chile::ParentID); 1; 0) Then do a find on this field.
Recommended Posts
This topic is 7231 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 accountSign in
Already have an account? Sign in here.
Sign In Now