0
Relation 1:1
Hello,
I have a table and for this one i need copose with another tables. But all other table must have maximum 1 record for the parent table. My question is : how can do relation 1:1?
Thanks
Robert
1 reply
-
@Robert... If understand you correctly... You want a master table.. a child composite table.. and ensure the child has one and only one row.????
Create a view and a button on the master (aka parent) form.
Hide the default table/relationship link by setting it Display if to false. ... Then add a View for the child. This shows the child but does not let you add.
Put logic in the button to display only if the child count is zero. For the formula.. create a Child and assign the current master as the owner.
Content aside
- 5 yrs agoLast active
- 1Replies
- 1631Views