I have a split database and am wondering whether it is “better” to have the relationships defined on the front end or back end. Currently they are defined on both ( I don’ t use the database splitter but in a test of it found that it put them on both too).
I bring this up because when trying to redefine a relationship I got the message “cannot redefine a relationship on a linked table”
I was wondering if it would be easier for development use to put them on the front end only, or do they need to be defined on the back end?