<% strUserName = Session("UserName") strAccessLevel = session("AccessLevel") if strAccessLevel = "1" then sSQL = "SELECT * FROM CDListing" else sSQL = "SELECT * FROM CDListing where (CDUserName = '" + strUserName + "') order by CDListingId" end if Set rsAuto = objADO.Execute(sSQL) %>

DELETE A LISTING

To delete a listing select the vehicle that you would like to delete then click the delete button.

<% if WarningErrMsg <> "" then %>
Error(s):<%= warningErrMsg %>
<% end if %>