Hi all,
I have 3 tables, results, goals en players. I want to register the goals for each player when adding a result. When I use the set_relation_n_n I'm getting only the players on the adding form but I can't get the numbers of goals on this screen. How can I do that?
Database
Results
resultid
home
away
home_score
away_score
Goals
resultid
playerid
numberofgoals ->> this is the fields I want tot fill for each player when adding a result
Players
playerid
name