| Name |
<%If Session("ContactID")="" then%>
<%else%>
<%=dlookup("customers","FirstName","ContactID=" & session("ContactID"))%> <%=dlookup("customers","LastName","ContactID=" & session("ContactID"))%>
<%end if%>
|
| Email |
<%If Session("ContactID")="" then%>
<%else%>
<%=dlookup("customers","email","ContactID=" & session("ContactID"))%>
<%end if%>
|
| Subject |
Other
|
| Comments |
|
|
|
|