I have a Person app which link with Address, Contact table (children)
I know it’s possible to create master-detail form in a single app.
But what if i have another table/view called person_type (contain employee, client, user etc.)
It has no key link between Person, can i still put it as ‘detail’ app to Person app?