... from this line, copy the result of (Data+workingdays), in another tag, for example:
from
<td nowrap height="16" width="72"><font face="Verdana" size="1"><%=objRS("date").Value%></font></td>
to
<td nowrap height="16" width="72"><font face="Verdana" size="1"><%=objRS("newdate+6workingdays").Value%></font></td>
the format date in my mdb is "DATE" dd/mm/yyyy
Tks.