Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Time/Date stamp

Status
Not open for further replies.

lppa

Technical User
Apr 5, 2004
26
US
How can I automate inserting Date/Time stamp in notes field (Customer Info. Form) every time new note is added.
Thanks
 
See the following thread: thread705-819129

I provided code here to perform just what you want.

Bob Scriver
[blue]Want the best answers? See FAQ181-2886[/blue]


 
Thanks Bob. Let me try. I'll let you know
 
Thanks again. It didn’t work. Gives me error message:

Object doesn't support this property or method (Error 438)

at:
End If
Me![Notes].SelLength = 0
Me![Notes].SelStart = Len(Me![Notes]) + 1

Any tips.
Thanks
 
I take it Notes is your Memo field. Which line is the code stopping on. You included the End If line in the code. Is this where it stopped or the next line?

Bob Scriver
[blue]Want the best answers? See FAQ181-2886[/blue]


 
It stops at:
Me![Notes].SelLength = 0
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top