I am making an app for an app challenge and I am trying to add a way to search, store, and create new PR’s (personal record) for a track team. I want to be able to have text boxes such as (Athlete Name, Event, PR, Date, Meet). However, I cannot figure out which way of storing information would be best as I want the user to be able to input, or select from a list, all of these elements. My main issue is how can I edit one of these information banks to what a user inputs.
Thanks