Being new to access, I think I've come a long way over the past week or two in creating a database from the ground up. However, I've hit a snag.
What the database is doing is tracking user exercises. Initially, I had a table called exercises, and a field for exercise 1, exercise 2 and exercise 3. The database user goes to the exercise form and enters the name of the 1-3 exercises. That works exactly like it should.
I want to know if a user can input an indefinite number of exercises. Sometimes they might do 1 exercise, sometimes 3. I thought about making 10 fields for exercises, but what happens if they do 11? or 20? I don't want to add another row because each row now has the people doing the exercises. Like Jon day 1 might be Row 1, Sam day 1 will be Row 2, Jon day 2 will be Row 3, etc. Each day they do the exercises adds a new row to the table (and that part is working too).
So what I'm asking is if you can put a + button or something on the forum and have it automatically add another field to that record. I've tried looking in the book I have, as well as Googling, and I haven't found anything close. Thanks for the assistance.