I am trying to enter this code and it works, but I am needing some code to make this enter at a certain point in the notes field. I need it to go to the beginning of the notes field because there are notes in the field already, enter code:
Private Sub Notes_Entry_Click()
Me.Notes = Me.Notes & "***" & CurrentUser() & "***" & Now()
End Sub
and then put a space below it. Can anyone help?
Private Sub Notes_Entry_Click()
Me.Notes = Me.Notes & "***" & CurrentUser() & "***" & Now()
End Sub
and then put a space below it. Can anyone help?