View Single Post
  #14  
Old November 25th, 2006, 10:14 PM posted to microsoft.public.access.forms
arogers via AccessMonster.com
external usenet poster
 
Posts: 12
Default Date stamp a notes field

I'm sorry Douglas I have explained exactly what I would like to do right from
the very start and I will repeat :
( arogers - 11-17-2006 21:22 )

How can I add a current Date/Time stamp to my Notes field (Memo) each time I
add data to the field and ensure the most recent Date/Time is always at the
top of the field. (Access 97) ) I dont think it could be any more basic than
that! and I think you will see from the threads that I have (Bothered) to
answer various people who have tried to help and I appreciate all the help
and advice given so far.

Allan

Douglas J. Steele wrote:
Various people in this thread have asked you to explain exactly what it is
you want, and you haven't bothered to answer any of them.

If you can't provide basic information about what it is you're trying to do,
it's extremely difficult for any of us to help!

Private Sub Notes_AfterUpdate()
Me.Notes = Me.Notes & " " & Now() & " "

[quoted text clipped - 18 lines]

Allan


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200611/1