I have a form that lets you enter data for multiple players. Each record in the form is for a different player. On each record row there is a button you can press that opens up another form letting you add data for the player's shots (basketball).
Now when I click this button for a player record, ideally I want it to bring up the inner form that lets you add shot data for THAT PLAYER. When I click it, however, no matter which player record I click it for, it opens the form for the first player on the form. But you can click the next arrow on that form to go to the next record, etc.
So if I click the shots button for the second player (or third or fourth, etc.) on the main form, it opens up the shots form (in a new window) for the first player. So I manually have to click the next record arrow on that form to enter data for the second player.
How can I make it so it displays the form for the specfic record you clciked the button for, instead of always the first record? I want to eliminate clicking next ab unch of times in order to find the correct player record, on this inner form.
Here is an image of the main form, that has the inner form button.
Here is an image of the inner form window that pops up when you click the shot chart button:
AS YOU can see, inside the red circle, you can manually scroll to the record you want. But how can I make it so it automatically is for the record I clicked ?
P.S. I apologize for blanking stuff out. I just am doing my job and don't want to get in trouble releasing anything. I'm not too positive on the policies.![]()