database date

D

Debbie

i used the DRW to build my web. I have a form that user
fill out and submit that are displayed on another page. I
need the date the new input the info to show up next to
his post. any way of doing this without having the user
input the date?
 
K

Kevin Spencer

Add a column for the date the record was entered, and give it a default
value of Date(). Whenever a new record is added, the value of that column
will be the date the record was added.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
T

Thomas A. Rowe

Add a hidden form field to the update form tag with a value of

Date()

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Top