I have read a number of posts regarding this and most people suggest that this is a bad idea. Having said that I can not think of another way to do what I need done. I will explain this as best I can but please bare with me as I am still learning this stuff.
The purpose of the DB is to track all activities of a client as they go through the process of finding employment.
There are two tables involved
tbl_Placement used to track the fact that the placement process has begun
tbl_FollowUps used to track follow ups that are required at specific intervals
When a client enters into the placement phase of his/her activities a record is created in tbl_Placement via a form. At this point a Start Date is picked, usually the day the record is created.
At this point I need to create in tbl_FollowUps seven records for the subsequent followups that must happen on specific dates. The first is 7 days from the start date and the rest are at one month intervals from the start date.
I know how to calculate those dates, I know how to get the 'Assigned Case Manager' for each record. What I can not figure out is how to create the seven records in the first place.
Any suggestions or ideas will be greatly appreciated.
The purpose of the DB is to track all activities of a client as they go through the process of finding employment.
There are two tables involved
tbl_Placement used to track the fact that the placement process has begun
tbl_FollowUps used to track follow ups that are required at specific intervals
When a client enters into the placement phase of his/her activities a record is created in tbl_Placement via a form. At this point a Start Date is picked, usually the day the record is created.
At this point I need to create in tbl_FollowUps seven records for the subsequent followups that must happen on specific dates. The first is 7 days from the start date and the rest are at one month intervals from the start date.
I know how to calculate those dates, I know how to get the 'Assigned Case Manager' for each record. What I can not figure out is how to create the seven records in the first place.
Any suggestions or ideas will be greatly appreciated.