Dear FoxGolfer,
You do not state your database type, but assuming sql you could do a SQL Expression.
Create A SQL Expression from the Field Explorer, name it (I will use countchild for my example) and then in the resulting sql expression dialog do something like:
(Select Count(C.PrimarykeyChild)
from Owner.ChildTableName C
where C.ParentRefField = Table."ParentTableField")
To set up the report, base the report on the view or table for the parent records and the last field in the sql expression would be the primarykey that the parent and child records share. This will result in a count of the child records.
Now, in there report selection criteria do:
{%countchild} = 1
That would result in only pulling records for this parent table where the count of the children = 1
Regards,
ro
Rosemary Lieberman
rosemary-at-microflo.com,
Microflo provides expert consulting on MagicTSD and Crystal Reports.
You will get answers more quickly if you read this before posting: faq149-3762