Here's a strange one for you.
Occasionally I have a student that does more than 10 lessons, sometimes up to 80.
During the registration process I have a form that creates a blank table for 10 lessons.
Rather than try and make that form work for all 80 lessons I am trying to save it 8 times under a different table name:
Lessons01-10
Lessons11-20
etc...
I've done this using multiple DB Save functions under the "On Submit" event (see image), it does save the first one but then does not save the rest.
Have I missed something? Or is there another way to do this.
Occasionally I have a student that does more than 10 lessons, sometimes up to 80.
During the registration process I have a form that creates a blank table for 10 lessons.
Rather than try and make that form work for all 80 lessons I am trying to save it 8 times under a different table name:
Lessons01-10
Lessons11-20
etc...
I've done this using multiple DB Save functions under the "On Submit" event (see image), it does save the first one but then does not save the rest.
Have I missed something? Or is there another way to do this.