Have two tables.
Table 1 = Animals
Table 2 = breed
When filling in the form for table 2, I use a selection field for animals. But now in table 2 under the field animals the ID from table 1 and not the animal name is stored.
How can I save the name for the animal (instead of the ID) in table 2?