What I would like to do is add several records to a milestones table (tblMilestones) whenever a user creates a new project. There are milestones like beginning design, going to coding, entering QC that are consistent for every project. What I would like to do is create those records on the fly whenever a user creates a new IT project in the database.
What would be the best way to do that? Would I just have to create several INSERT queries in my VB code or is there a better way?
What would be the best way to do that? Would I just have to create several INSERT queries in my VB code or is there a better way?