How do view data from one form that is NOT in another form?

How do view data from one form that is NOT in another form?

I have a form called NAMES and a form called ATTRIBUTES. On attributes, I have an imported field from NAMES.

I want a view that shows all the records that are in NAMES and not in ATTRIBUTES.

I am doing this because NAMES are unique and there may be many ATTRIBUTE records per NAME, but there should always be at least one ATTRIBUTE record per NAME. I want to find the NAME records that don't have ATTRIBUTE records.