Hei guys need some help cause I m trying this since 1 day but I really cannot solve it.
I ve created two different data types:
User: name + surname…
Answers: answer 1 + answer 2 + User …
Is it possible to show and retrive the answers 1 and answer 2 by matching the User type?
I want to show in a single raw these info:
a) Name and surname → coming from the User Type
b) Answer 1 → coming from the Answer Type
c) Answer 2 → coming from the Answer Type
My database is created as follow:
Could you please guide me in doing it?
Thank you so much <3