Hi
right now i have a table that has these fields:
No;series;payment_date;price
the problem is when a user input the data for the first time on a form,the payment_date is automatically generated by a function based on a certain date that the user wanted to, and if a series has the payment_date of 20/02/08, and supposed today is 25/02/08, the payment_date should has also change...i can do that manually by updating the payment_date in a form, but what if i have a hundred payment_date datas that need to be updated...
so could you give me any suggestion...
thanks..
right now i have a table that has these fields:
No;series;payment_date;price
the problem is when a user input the data for the first time on a form,the payment_date is automatically generated by a function based on a certain date that the user wanted to, and if a series has the payment_date of 20/02/08, and supposed today is 25/02/08, the payment_date should has also change...i can do that manually by updating the payment_date in a form, but what if i have a hundred payment_date datas that need to be updated...
so could you give me any suggestion...
thanks..