I am working in a Insurance database with policy details, premium Amount and start and end date
I have a table with payment categories as Annual, Semi Annual, Quarterly (Equal), Quarterly (Other) etc
When the payment is sent out, if the policy is Annual, the payment should be divided by 12, if the payment is qtr, it should be divided only for the 3 month etc
Should I use a query or set up another table defining the division to make it work. Any suggestions
Regards
I have a table with payment categories as Annual, Semi Annual, Quarterly (Equal), Quarterly (Other) etc
When the payment is sent out, if the policy is Annual, the payment should be divided by 12, if the payment is qtr, it should be divided only for the 3 month etc
Should I use a query or set up another table defining the division to make it work. Any suggestions
Regards