I have a table that holds coverage information. An example is
effective date 11/1/2002
termed date 3/31/2003
Another table lists payments
1/1/2003
2/1/2003
3/1/2003
I am missing the payments for the following months:
11/1/2003
12/1/2003
These payments are not in the payment table, nor do we have the ability to load the month with a "0" payment.
Does anyone know how I can write logic to identify those months that are not in the data but fall in the month range of the coverage?
effective date 11/1/2002
termed date 3/31/2003
Another table lists payments
1/1/2003
2/1/2003
3/1/2003
I am missing the payments for the following months:
11/1/2003
12/1/2003
These payments are not in the payment table, nor do we have the ability to load the month with a "0" payment.
Does anyone know how I can write logic to identify those months that are not in the data but fall in the month range of the coverage?