Hi
I have created a project to keep the registry of athletes as well as the issuance and collection of federative licenses for each athlete.
Since the coach does them, he has to group different licenses of several athletes in a remittance that later pays for them by the bank.
Boards:
1 Athletes
2 Licenses
3 Remittances
* I have managed the athletes table with the community builder program.
* I manage the licenses and remittances tables with CONTENTBUILDER.
The flow of data between both tables is done with forms with BREEZINGFORM.
Once the project is finished, I have realized that its management is not very intuitive and impractical.
I would need a method that when I want to choose an athlete from a form I can do it through a drop-down list that details all the athletes there are and to be able to select the one I need.
So far regarding what I have done I have to enter the athlete's id and through a query it extracts their data.
And as for licenses and remittances, the same thing happens to me. I have to make a call from the form using the ID. I would also like to make a call through a selection method.
Could you give me some solution on this issue
Thanks and regards
David