<td align="left" width="80%" valign="middle"> |
<% For Each fld in list.Fields %> |
<% = fld.Value %> ` use the generic field object to display the value |
<% Next %> |
</td> |
<% |
list.MoveNext ` loop through the record list |
Loop |
%> |
</table></center> |
<% |
End if ' for record display |
End Sub |
'------------------------------------------ |
%> |
</body> |
</html> |