They want me to remove the 0's (Zeroes) in fron of the test ratings on teachers.
No teacher can be 1.000. The Field is defined as Single.
Here is the Code.
<Table Border=3 Frame=All CellPadding=5 CellSpacing=2 Cols=8>
<TR><TD>City</TD><TD>School</TD><TD>F/L</TD><TD>Educator</TD><TD>#</TD><TD>NM Rate</TD><TD>TX Rate</TD><TD> Hgt </TD></Tr>
<TD NoWrap><%Response.Write rsTeachers("Brtg")%></TD>
How do I remove the leading 0 in the Brtg Field.
They appear as 0.993, 0.995, 0.996, 0.999, etc.
I need them to appear as .993, .995, .996, .999 or
993, 995, 996 or 999 will do.
Thank You for Your Help in Advance
Bill Barber