T
Timothy Millar
I have a form. Within that forms' properties I have the following Event
Procedure listed under On Enter in the Event tab;
Private Sub LOGUPDATE_Enter()
Me!LOGUPDATE.SelStart = Me!LOGUPDATE.SelLength
End Sub
This simply places the cursor at the end of any text that may be in the MEMO
field entitled “LOGUPDATEâ€. What I want to do is place a date/time stamp
after this command so that if there is no text in the MEMO field then the
date/time is entered and if there is text it will place the date/time after
that text but I am not sure how to do this. Can anyone help me?
Procedure listed under On Enter in the Event tab;
Private Sub LOGUPDATE_Enter()
Me!LOGUPDATE.SelStart = Me!LOGUPDATE.SelLength
End Sub
This simply places the cursor at the end of any text that may be in the MEMO
field entitled “LOGUPDATEâ€. What I want to do is place a date/time stamp
after this command so that if there is no text in the MEMO field then the
date/time is entered and if there is text it will place the date/time after
that text but I am not sure how to do this. Can anyone help me?