ex: I have multiple tables that will have URLs
I’d like to link each table :People, Org, etc to the URL table.
And when I’m adding a person, I want to add URLs but they should be inserted into the URL table
Another example might be a shared “Tags” table.
ORGS and People can have the same tags
I don’t want to have to create the tag first, just during editing an Org record, start typing a tag and if it exists use it else add it.
Is this possible?