I have the following case history:
a base with multiple tables interconnected with each other;
I've created an interface form to populate one of these tables;
In this interface I have a field that allows me to select a record linked to another table;
In this field, again from the interface, I have the possibility to choose only existing records;
Is there a way to add, from the interface form, a new record directly from the field with the drop-down list?
Directly from table this is possible, but not from the interface form or any form view.
Many thanks