Want to Display Edited feild History

Hello Designers!..

I have 4 fields in my form.

  1. Name

  2. Group

  3. Serial No

  4. Edited History

If any user changes any one of the field, i have to show Edited History. i.e.

  1. Who has edited

  2. Which field has been edited

  3. Edited day & time.

Please give me formula code, if any one knows.

Thanks in Advance

Vj

Subject: Want to Display Edited feild History…

2 options.

easier and ugly: create button besides those fields. user has to click that button to change the value. save old value, get new value. write changes to log.

more work but nicer: In the query open of the document, check when the doc goes to edit mode. At that point save the current values of those in a temp. field. In the querysave, check for changes with those temp values and the new ones, if any change has been made, update the field history.