time and date stamp for cdonts?

  • Thread starter Thread starter Clark Smith
  • Start date Start date
C

Clark Smith

I'm using the following method for a form

" Microsoft Knowledge Base Article - 275251
FP2000: How to Send Form Results to a Database and E-mail
Address at the Same Time "

I would like to include a date and time stamp in the
results.(so when you query the database you know when the
form was submitted) I'm not sure what code to use. Can
anyone help? Much like the date and time stamp that is
included with the default handler in frontpage 2000
 
in the forms setup just setup a date field - make sure you setup the field as one that is saved to database.




| I'm using the following method for a form
|
| " Microsoft Knowledge Base Article - 275251
| FP2000: How to Send Form Results to a Database and E-mail
| Address at the Same Time "
|
| I would like to include a date and time stamp in the
| results.(so when you query the database you know when the
| form was submitted) I'm not sure what code to use. Can
| anyone help? Much like the date and time stamp that is
| included with the default handler in frontpage 2000
|
 
Hi Clark,

In the database set the date/time field to auto populate with the current date and time. Nothing is required in code.
 
Back
Top