Configure Master/Detail for a 1-to-1 relationship between 2 tables

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Nefandi
User
Posts: 1

Configure Master/Detail for a 1-to-1 relationship between 2 tables

Post by Nefandi »

Limit the relationship between two tables to a single record, that is, once a record has been added, the options to add more must be hidden. How can it be implemented easily and safely?


MichaelG
User
Posts: 1160

Post by MichaelG »

There is no simple way to do this. You need to hide the links yourself using Server Events


Post Reply