View Single Post
  #13  
Old November 25th, 2006, 12:48 AM posted to microsoft.public.access.forms
Douglas J. Steele
external usenet poster
 
Posts: 9,313
Default Date stamp a notes field

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!

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"arogers via AccessMonster.com" u29179@uwe wrote in message
news:69ca124f931f7@uwe...
Private Sub Notes_AfterUpdate()
Me.Notes = Me.Notes & " " & Now() & " "

End Sub

The above works just fine, except it doesn't put the last notes at the top
of
the field, which is were I want it.

Thanks

Allan

Douglas J. Steele wrote:
What about

Me.Notes = Now() & " " & Me.Notes

Hi Tank

[quoted text clipped - 68 lines]

Allan


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