Hello Stefan, below are the columns in question and how I understood. Not
sure if placed properly, but either ALL is bold or not, depending on the < or
. Seems as if Date() is not seeing HolDate as a date?
<td style="text-align: center" width="20%" height="32"><font size="2">
<% If FP_FieldVal(fp_rs,"HolDate") < Date() Then %><b><% End if %>
<!--webbot bot="DatabaseResultColumn"
s-columnnames="EntryID,HolYear,Holiday,HolDate,HolDay,HolPaid,HolCmnts"
s-column="Holiday" b-tableformat="TRUE" b-hashtml="FALSE" b-makelink="FALSE"
clientside b-MenuFormat preview="<font size="-1"><<</font>Holiday<font
size="-1">>></font>" startspan
--><%=FP_FieldVal(fp_rs,"Holiday")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="13897" -->
<% If FP_FieldVal(fp_rs,"HolDate") < Date() Then %></b><% End if %>
</font></td>
<td style="text-align: center" width="16%" height="32"><font size="2">
<!--webbot bot="DatabaseResultColumn"
s-columnnames="EntryID,HolYear,Holiday,HolDate,HolDay,HolPaid,HolCmnts"
s-column="HolDate" b-tableformat="TRUE" b-hashtml="FALSE" b-makelink="FALSE"
clientside b-MenuFormat preview="<font size="-1"><<</font>HolDate<font
size="-1">>></font>" startspan
--><%=FP_FieldVal(fp_rs,"HolDate")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="13643" --></font></td>
David