Hi
I'm doing a project for express and star delivery. I have a varchar field for a week in my database
The name is of the field is 28-03-09
It then lists how much each customer owes
ID ---- Address ----- 28-03-09 ------ will
1 29 Broomy 1.20 1.2
I need my users to be able to click a button and the database adds a field 7 days from the previous (28-03-09).
Like this:
ID ---- Address ----- 28-03-09 ------- 04-04-09 ------ will
1 29 Broomy 1.20 1.20 1.20
There are many reasons for me wanting to do this however it would take ages to explain and is un-needed. :)
Any help would be greatly appreciated.
Thanks