⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

set_relation_n_n: How to fill other fields in relation table



m643

m643
  • profile picture
  • Member

Posted 15 November 2014 - 09:13 AM

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


cskevinwang

cskevinwang
  • profile picture
  • Member

Posted 22 December 2014 - 00:05 AM

Have same problem here. Have you found a solution yet?