List of Participants

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