Hi all,
I have a repeating table, that has repeating rows inside. With the rows inside i have the following.
<% Dim strOne, strtwo
strOne = (strOne + (rs.Fields.item("expr1001"
.Value))
strtwo = (strtwo + (rs.Fields.item("expr1000"
.Value))
%>
Which adds the rows as they go by really good. But at the end of that individual's table, when it's time to go onto the next I need to set the Dim's to zero.
setting them to nothing returns some really nice errors.
Any ideas?
Thank you "Damn the torpedoes, full speed ahead!"
-Adm. James Farragut
Stuart
I have a repeating table, that has repeating rows inside. With the rows inside i have the following.
<% Dim strOne, strtwo
strOne = (strOne + (rs.Fields.item("expr1001"
strtwo = (strtwo + (rs.Fields.item("expr1000"
%>
Which adds the rows as they go by really good. But at the end of that individual's table, when it's time to go onto the next I need to set the Dim's to zero.
setting them to nothing returns some really nice errors.
Any ideas?
Thank you "Damn the torpedoes, full speed ahead!"
-Adm. James Farragut
Stuart