J
Joyce
I have two fields -- group, name. Group is numerical. The number of groups
is variable. I want to indent the group based on its number... 2=1 indent, 3
=2 indentations etc. (like a nested list) AND be able to manipulate the
font size, color etc? Since it's variable, it will have to loop through
until there are no cases.... any suggestions on how to do this? (I have no
trouble getting the data from the db... mySQL, ASP) Thanks in advance.
1 Mary
2 John
2 Joan
3 Kim
1 Pam
2 Carmine
1 Sam
is variable. I want to indent the group based on its number... 2=1 indent, 3
=2 indentations etc. (like a nested list) AND be able to manipulate the
font size, color etc? Since it's variable, it will have to loop through
until there are no cases.... any suggestions on how to do this? (I have no
trouble getting the data from the db... mySQL, ASP) Thanks in advance.
1 Mary
2 John
2 Joan
3 Kim
1 Pam
2 Carmine
1 Sam