|
Long Island Lune -> RE: Updating Access DB from .asp Form (10/31/2003 14:28:24)
|
Glad to see you got it in. Your almost there. Note my change below. Try that. <!--#include file="_fpclass/fpdbrgn1.inc"--> <!--webbot bot="DatabaseRegionStart" endspan --><table BORDER="0"> <tr> <td valign="top"><font face="Lucida Sans" size="2"> <%=mid(FP_FieldVal(fp_rs,"nwDate"), 6, 2) & "/" & right(FP_FieldVal(fp_rs,"nwDate"), 2) & "/" & left(FP_FieldVal(fp_rs,"nwDate"), 4)%> </font></td> <td><font face="Lucida Sans" size="2"> <%=FP_FieldVal(fp_rs,"nwNews")%></font></td> </tr> </table>
|
|
|
|