Question

Options
So I have a table called plans which has a starting and ending date and a list of subjects. When the user creates a plan, a bunch of "Entries" are created that relate to that Plan. Subjects are added to every day that's selected, thereby creating an "entry" to that plan. 

How can I automatically create entries based on the starting and end date? 

I'd be happy to show the data structure I have.

Comments