biggiewilly
IS-IT--Management
Hell All,
Is there a way to auto / replace null fields in a column using a LOOP / AUTO FILL UNTIL NOT NULL?? function in a query or something else.........?
ISSUE: 3 columns
TABLE TERM COUNT
CAH
LM 5
SD 134
TH 8
TP 23
WN 24
CAM
SD 52
TH 4
TP 12
WN 3
SUMMARY
LM 5
SD 186
TH 12
TP 35
WN 27
Im trying to get the table column to fill in the null rows of the table column with the 1st instance of a text (CAH ect.) until it comes to the next text then start to fill in those null fields and so on.
So the end result would like this:
TABLE TERM COUNT
CAH
CAH LM 5
CAH SD 134
CAH TH 8
CAH TP 23
CAH WN 24
CAM
CAM SD 52
CAM TH 4
CAM TP 12
CAM WN 3
SUMMARY
SUMMARY LM 5
SUMMARY SD 186
SUMMARY TH 12
SUMMARY TP 35
SUMMARY WN 27
Any help would be greatly appriecated
Is there a way to auto / replace null fields in a column using a LOOP / AUTO FILL UNTIL NOT NULL?? function in a query or something else.........?
ISSUE: 3 columns
TABLE TERM COUNT
CAH
LM 5
SD 134
TH 8
TP 23
WN 24
CAM
SD 52
TH 4
TP 12
WN 3
SUMMARY
LM 5
SD 186
TH 12
TP 35
WN 27
Im trying to get the table column to fill in the null rows of the table column with the 1st instance of a text (CAH ect.) until it comes to the next text then start to fill in those null fields and so on.
So the end result would like this:
TABLE TERM COUNT
CAH
CAH LM 5
CAH SD 134
CAH TH 8
CAH TP 23
CAH WN 24
CAM
CAM SD 52
CAM TH 4
CAM TP 12
CAM WN 3
SUMMARY
SUMMARY LM 5
SUMMARY SD 186
SUMMARY TH 12
SUMMARY TP 35
SUMMARY WN 27
Any help would be greatly appriecated