I’m having two tables (A and B). In table A, i have a column name “Name” - type is also Name. Now in table B, i choose a column called “Player name” with Enum type, base is “Ref” and reference to column “Name” in table A. It works completely find, but I can’t not add new data to the “Player name” column (use for emergency). I have chose to “Allow other values”, but it still not able to add.
Can anyone guide me this problem? or give me hint.