A routine to write 'contracts' or a set of date records in a Monthly, Quarterly, Semi-Annually, or Annually fashion. It will break apart the dates after given the starting/ending date and then selecting which way to break the dates apart.



Ex:
Enter 1/1/2010 for the starting date
Enter 12/31/2010 for the ending date
Select Monthly
And it will create 12 separate records with dates each starting on the 1st of each month and ending on the last day of the month.
Select Quarterly
And it will create 4 separate records with dates of (Start Date field: 1/1/2010 - End Date field: 3/31/2010, Start Date field: 4/1/2010 - End Date field: 6/30/2010, Start Date field: 7/1/2010 - End Date field: 9/30/2010, Start Date field: 10/1/2010 - End Date field: 12/31/2010)