Private Sub cmdEditResponse_Click()
Me.Response.Locked = False
Me.Response.SetFocus
pfPositionCursor Me.Response, [COLOR=Red][URL="http://www.techonthenet.com/access/functions/string/instr.php"][B]InStr([/B][/URL][B]Me.Response & "", vbCrLf)[/B][/COLOR]
End Sub