S
Steve Goodrich
I use the following code to populate a memo field by clicking a command
button
Me.FieldName = Me.FieldName + vbCrLf & "Enter text here"
Works great but when the button is clicked and the text is entered, the
cursor disappears and I have to click in the memo box and hit return to move
to a new line.
Is the a small amendment that I can add to the code that will set the cursor
flashing on a new line once the text has been entered?
Thanks in advance for any help
Steve
button
Me.FieldName = Me.FieldName + vbCrLf & "Enter text here"
Works great but when the button is clicked and the text is entered, the
cursor disappears and I have to click in the memo box and hit return to move
to a new line.
Is the a small amendment that I can add to the code that will set the cursor
flashing on a new line once the text has been entered?
Thanks in advance for any help
Steve