Dear all
In my application I am collecting fees for a year (for 12 months) through FeeTextbox1.Text = 6000. I want that, that should be distributed to 12 equal parts and inserted into access database in 12 months field eg.Jan = 500, Feb = 500 for making fee Register Database.
if somebody pays 6 months fees it should be filled for 6 months and rest 6 months field should be blank and like wise
How To do that.
I am using vs 2010,vb.net
if possible give any example to do
Sunil