Affichage des articles dont le libellé est Descending Comments in Memo Field. Afficher tous les articles
Affichage des articles dont le libellé est Descending Comments in Memo Field. Afficher tous les articles

Descending Comments in Memo Field

mardi 5 mai 2015

Hello All:

Having some trouble with a memo field. For each record, the notes field is present on the Form.... I added an unbound text box (txtMemoAdd) and a command button (Add New Note). When the button is selected, it adds the note to the Read Only Notes Field and adds a timestamp using the following code:

Me.Notes = Me.Notes & vbCrLf & Now () & VbCrLf & Me.txtMemoAdd
Me.txtMemoAdd = ""

The note is added to the bottom, and I was wondering if there was a way to make the new note go to the TOP of the field (Descending Order rather than Ascending).

Many Thanks!

Shellsbells :o
Descending Comments in Memo Field

Labels