| Name |
Title |
Organization |
Email |
<% With registered
do while NOT .EOF
%>
| <%= .Fields.Item("UserLastName").Value & ", " & .Fields.Item("UserFirstName").Value%>
|
<%= .Fields.Item("UserTitle").Value%>
|
<%= .Fields.Item("UserOrganization").Value%>
|
<%= .Fields.Item("UserEmail_1").Value%>
|
<% .movenext
loop
End With
%>