lakers8175
IS-IT--Management
I have a table that has Division number then about 3, 4 or 5 nulls under it until the next divsion number. I want to take the division number and put it where the nulls are until the next division number. I want to continue this untill the last record of the table. Here is an example..
100 Div
null
null
null
200 Div
null
null
null
null
I would like it to look like
100 Div
100 Div
100 Div
100 Div
200 Div
200 Div
200 Div
200 Div
200 Div
Any help would be appreciated...
Sean
100 Div
null
null
null
200 Div
null
null
null
null
I would like it to look like
100 Div
100 Div
100 Div
100 Div
200 Div
200 Div
200 Div
200 Div
200 Div
Any help would be appreciated...
Sean