Hello,
I have two data table Golf Course and Golf Scores as illustrated below.
I want to change the values in Golf Score’rating adn Golf Score’slope based on the following use case:
The golfer enters a new score and he played on Golf Course Name “A” on the “White Tees”.
Set the Golf Score’s rating value = to Golf Course’name.course_rating_white.
Set the GolfScore’s slope value = GolfCourse’name.course_slope_white.
If the player entered that he played on the Red tees, then it would be:
Set the Golf Score’s rating value = to Golf Course’name.course_rating_red.
Set the GolfScore’s slope value = GolfCourse’name.course_slope_red.
etc,…
Thank in advance for your help. I’ll keep searching…
Guy