[FormFields]
wb_basename=biblio.mdb
WB_RcdSet=(select Title,format([Year Published],"####") as [Year],ISBN,Authors.Name as Author,publishers.Name as Publisher from (Authors inner join titles on authors.au_id=titles.au_id) inner join publishers on publishers.pubid=titles.pubid)
WB_Command=Q
WB_MaxRec=10
WB_Order=[Year] desc
[MsgAndLbl]
 WBM_NoMatch=<tr><td colspan="5">Sorry, your search did not return any records.</td></tr>
 WB_Style=font-family:verdana;font-size:11px;
<!--WB_BeginTemplate-->
<html>
<head>
<style>
.wbspttbl{
border:1px solid #000000;
font-family:verdana;
font-size:12px;
border-collapse:collapse;
border-spacing:0px;
}
.wbspthdr{
background-color:#CC0000;
border:1px solid #000000;
color:#C0C0C0;
padding:3px;
}
.wbsptrow{
background-color:#FFCC00;
border:1px solid #000000;
color:#0000CC;
padding:3px;
}
input,label{
font-family:verdana;
font-size:11px;
}
</style>
<title>Simple database example</title>
</head>
<body>
<form action="$wbe[script_name]">
<label for="qf">Search for: </label><input type="text" size="20" id="qf" name="wb_uniqs" style="width:150px;">
<input type="submit" name="sButt" value="Search">
</form>
$wbdetail[t]
</body>
</html>