I have created a button which inputs the date in a memo field. Once this is done i want to put the focus on the memo field again and i would like the cursor to be placed behind the just inserted date.
this is what i have so far:
Screen.PreviousControl = description & vbCrLf & vbCrLf & Date & " : "
Screen.PreviousControl.SetFocus
this however place the cursor in the upmost left corner of the memo field. Anyone know how to achieve what i want ?
this is what i have so far:
Screen.PreviousControl = description & vbCrLf & vbCrLf & Date & " : "
Screen.PreviousControl.SetFocus
this however place the cursor in the upmost left corner of the memo field. Anyone know how to achieve what i want ?