R
R Bolling
I have an MS Access 2000 form with a memo field. What I am trying to
do is when you double click it, it goes to the beginning of the next
blank line and stamps the Date/Time.
So far I have I am using the following code:
Me!Notes = Notes & " ~ ~ ~ " & Now() & " :"
This works, but when you double-click, it begins immediately after the
last input. Is there a way to skip a line so that a new entry begins
one line below the end of the last text. Any help appreciated.
Thank you,
Robbie Bollinger
do is when you double click it, it goes to the beginning of the next
blank line and stamps the Date/Time.
So far I have I am using the following code:
Me!Notes = Notes & " ~ ~ ~ " & Now() & " :"
This works, but when you double-click, it begins immediately after the
last input. Is there a way to skip a line so that a new entry begins
one line below the end of the last text. Any help appreciated.
Thank you,
Robbie Bollinger