Adding a Date to Records

D

DeWayne

I'm trying to build a page that updates a feild in a
database of when a record was edited. The pages adds the
date of when the record was entered already. What I need
it away to add a date of when the record was edited and
the user can't change this date.


Thanks,
DeWayne
 
M

Mike Mueller

: I'm trying to build a page that updates a feild in a
: database of when a record was edited. The pages adds the
: date of when the record was entered already. What I need
: it away to add a date of when the record was edited and
: the user can't change this date.
:
:
: Thanks,
: DeWayne

Are you using the form to save directly to the DB or are you
using an ASP page? Forms direct can have a timestamp thrown
in, or if you are doing in ASP/SQL just add a field called
last edit and update that
 
M

MD WebsUnlimited.com

Hi DeWayne,

Are you using the DIW to accomplish this? If so, create a hidden field in
that will hold the edit date then use JavaScript to populate it.
 
Top