R
RitchieJHicks
Hi,
I have this code which was suggested to add the test from 1 field to another.
What I need to know is how to make the text attach to the BEGINNING of the
field it is going in to, not the end as it currently does. Also, how can I
place a space between the previous and the new text (as such a new paragraph
in the memo field). Here is my code:
Private Sub DoNotesCommand_Click()
Dim strNotes As String
strNotes = Me.Notes
Me.Notes = strNotes & Me.Notessubmit
End Sub
Hope you can help.
Ritchie.
I have this code which was suggested to add the test from 1 field to another.
What I need to know is how to make the text attach to the BEGINNING of the
field it is going in to, not the end as it currently does. Also, how can I
place a space between the previous and the new text (as such a new paragraph
in the memo field). Here is my code:
Private Sub DoNotesCommand_Click()
Dim strNotes As String
strNotes = Me.Notes
Me.Notes = strNotes & Me.Notessubmit
End Sub
Hope you can help.
Ritchie.