Okay, so here’s the idea:
- The data about what lane, heat and event are entered about a certain swimmer.
- I want this data to go into the table meant for time entry (so when the swimmer finishes, all you have to do is enter their ID number and the information that already exists is automatically entered)
- How do I do this?
I’ve tried relationships but they don’t like to work for some reason and I’d appreciate using plain english here (please explain something if you don’t think somebody who only knows about three HTML tags). I’d also like to know how to make the database automatically count up for me when I enter a swimmer’s information. For example, if there are 6 lanes, then the 7th swimmer will be put in the 2nd heat. This would be incredibly helpful as I’m thoroughly confused right now but I also have hope because I was able to make it this far and while this system would work, it would be incredibly inefficient. If you’d like to see my files, they’re on this github page GitHub - zulujive/MySwimDB: MySwimDB is a database dedicated to managing swim meets. It's free to use by anyone, and requires only some basic technical knowledge,
I know I’m a script kitty in every sense, but I feel like this should be something simple and I just don’t have the technical experience with databases.