I am trying to create a UI that has multiple buttons (actions) for a sporting event.
When the buttons are pressed I want it to link to a database that will have the actions as columns and main column is the opposition team name.
Each button press will increase the action number by +1 in the database.
I’ve been able to create a button that will add a new row to the database but I want the buttons to increase the values of the related column on 1 row.
Hope this makes sense and someone can help.