J
Jim
I have a database which collects registration data for my
group. I store a date when the registration is submitted
and stored in the database.
I then used the Datbase Wizard to set up the interfase to
edit the records when a check is received and deposited.
I would like to insert the curent date when I edit a
record. In the field called "Edit.asp" there is this
code: <%=FP_FieldHTML(fp_rs,"Paid")%>
Can I insert the code for the curent date which is: <%
=date()%>, or something else, somewhere in this field,
and have it update the field with the current date
automatically?
Yhank you for your help in advance.
group. I store a date when the registration is submitted
and stored in the database.
I then used the Datbase Wizard to set up the interfase to
edit the records when a check is received and deposited.
I would like to insert the curent date when I edit a
record. In the field called "Edit.asp" there is this
code: <%=FP_FieldHTML(fp_rs,"Paid")%>
Can I insert the code for the curent date which is: <%
=date()%>, or something else, somewhere in this field,
and have it update the field with the current date
automatically?
Yhank you for your help in advance.