I built a small app that uses Radio buttons in one of the forms. Whenever I delete one of the items from my radio button (dynamically pulled from a table called “Tags”), the corresponding value is also removed from my “Wins” table as well. I assume because a pointer to the “Tag” is being stored in “Wins” and not the actual value of the chosen radio selected itself.
Question: How to store the VALUE of the radio button selected in the Wins table and have the value stored so that if I edit/delete the original radio button from my “Tags” table, the original value is still kept in place.
Hopefully the short video here will help you see what I mean:
Click This link to Watch Video in New Tab