dico subito che uso dreamweaver, me ne vergogno ma è l'unico modo che conosco!
codice:
Repeat1__numRows = 5
While ((Repeat1__numRows <> 0) AND (NOT Story.EOF))
If Not Story.EOF Or Not Story.BOF Then %>
<tr>
<td valign="top"><span class="style12"><%=(Story.Fields.Item("Data").Value)%></span></td>
<td><span class="style12"><%=(Story.Fields.Item("Descrizione").Value)%></span></td>
</tr>
End If ' end Not Story.EOF Or NOT Story.BOF %>
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Story.MoveNext()
Wend
spero di aver capito cosa ti interessava vedere!