Hi,
I have a table with 2 fields - flddate and category.
The values of flddate are all working day dates (monday to friday
dates between jan 2007 and 2010 (although the end date could change).
I would like to write code to insert the numbers 1 to 6 in repetition
into the category field until every row is filled.
For example I would like the finished table to be;
flddate category
1/jan/07 1
2/jan/07 2
3/jan/07 3
4/jan/07 4
5/jan/07 5
8/jan/07 6
9/jan/07 1
10/jan/.07 2
etc, etc. As I said the flddate values are already completed.
Any help or where to start is appreciated. Thanks,
I have a table with 2 fields - flddate and category.
The values of flddate are all working day dates (monday to friday
dates between jan 2007 and 2010 (although the end date could change).
I would like to write code to insert the numbers 1 to 6 in repetition
into the category field until every row is filled.
For example I would like the finished table to be;
flddate category
1/jan/07 1
2/jan/07 2
3/jan/07 3
4/jan/07 4
5/jan/07 5
8/jan/07 6
9/jan/07 1
10/jan/.07 2
etc, etc. As I said the flddate values are already completed.
Any help or where to start is appreciated. Thanks,
Comment