JeffRogerson
9 years agoQrew Cadet
Automatcially Select Specific Child Record
I am building a golf pool management application and just trying to automate one of the tasks as a record in generated. For now the pool is comprised of three related tables. Pool Entrys (the people who join the pool), Tournaments (various golf tournaments) and Event Field (players playing in the tournament).
Keep in mind the plan is that the application will be used simultaneously for more than one Tournament, and will also carry historical data.
I am looking for a method that when someone creates a Pool Entry (parent record), a specific child record from the Tournaments Table is automatically associated with that parent record, kind of like auto filling or specifying a default value in a field but the default value is a specific record from a child table.
Keep in mind the plan is that the application will be used simultaneously for more than one Tournament, and will also carry historical data.
I am looking for a method that when someone creates a Pool Entry (parent record), a specific child record from the Tournaments Table is automatically associated with that parent record, kind of like auto filling or specifying a default value in a field but the default value is a specific record from a child table.