<%if idc.sales eq ""%>

Authors with sales greater than 5000

<%else%>

Authors with sales greater than <%idc.sales%>

<%endif%>

<%begindetail%> <%if CurrentRecord EQ 0 %> <%endif%> <%enddetail%>

Query results:
AuthorYTD Sales
(in dollars)
<%au_lname%>$<%ytd_sales%>

<%if CurrentRecord EQ 0 %> Sorry, no authors had YTD sales greater than <%idc.sales%>.

<%else%>


The web page you see here was created by merging the results of the SQL query with the template file SAMPLE.HTX.

The merge was done by the Microsoft Internet Database Connector and the results were returned to this web browser by the Microsoft Internet Information Server. <%endif%>