Insert current date in Edit Mode

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.
 
G

Guest

-----Original Message-----
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 page called "Edit.asp" there is field with 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.
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top