I have 3 tables
Animal - (ID, Description, Code) AnimalRacao - (ID, Animal_id, Racao_id, Quantity) Racao - (ID, Description, Value)
An animal can have several rations.
I would like to make a select that shows me the description of the animal, the description of the rations associated with it, the amount of ration and create a field that shows the Total value that the quantity times the value.
Can anyone help me?
Follow the images of the bank