Last Modification Date on a field

  • Thread starter Thread starter Fie
  • Start date Start date
F

Fie

I need to record the date of last modification on a field.

How can I do this ?

Access 2000

Fie
 
So var I've figured it out, however it doesn't save it to table, and doesn't
show it on the form when I refresh the form.

Fie
 
Describe you Table / your Form and how you implement the code.

You are not giving much info. for anyone to guess what you did wrongly as
Arvin's suggestion definitely works.
 
The date that needs monitoring of the last modification is being filled by
the input date function in the date picker I found on
http://www.mvps.org/access/forms/frm0057.htm
My best guess it that it has something to do with that ...

code on click event calander button :
Me.txtEndDate.Value = InputDate("Select End Date")

code in before update on the monitored date
is as Arvin suggested

Hope this helps you more
thanks

Fie
 

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