Hi, I have a form that looks like this:

And it works fine, but I want to dynamically change the values of the wins and losses textboxes based on the selection in the team select box, so that users can see the previous scores they are changing. The team names, and scores are fetched from a MYSQL database. So they can change and can't be hardcoded.