database date

  • Thread starter Thread starter Debbie
  • Start date Start 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?
 
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.
 
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.
==============================================
 

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

Back
Top