Steve Schapel
miscellany at mvps.org
Thu Jul 12 15:17:32 CDT 2007
Arthur, I think this might be the kind of thing you are after: Me.Notes.SelStart = Len(Me.Notes) + 1 By the way, aside from rich text formatting, another of the very nice new features in Access 2007 is the Append Only property, which does pretty much the kind of thing you are doing here, i.e. dated progressive additions to memo field data. Regards Steve Arthur Fuller wrote: > I have a memo field for Notes. There is a button to add a new Note. This > enables the note control and plonks in the date and sets focus to the note > control. This part works nicely. I want to add a CRLF and then place the > cursor on the next line. I think it has something to do with SelPos, but I > can't remember how to do it. > > TIA, > Arthur