• Tabbing Into a Memo Field (97) (Access 97)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Tabbing Into a Memo Field (97) (Access 97)

    Author
    Topic
    #382562

    Is there a property I can set, or other method to define where the cursor goes when tabbing into a memo field? Currently when I tab into a memo field on a form, it highlights all the text in the memo. I am wanting to go into the memo by tabbing, and allowing the user to date stamp the memo and begin typing. However, it currenlty requires the user to take their hand off the keyboard and click the mouse before they begin typing. Otherwise, it deletes all the text. AAAAHHHH! ! !!

    Thanks in Advance for any ideas.

    KWVH

    Viewing 0 reply threads
    Author
    Replies
    • #648986

      Recommend use On Enter event for Memo fields. Example:

      Private Sub COMMENTS_Enter()

      With Me.COMMENTS
      .SelStart = 0
      .SelLength = 0
      End With

      End Sub

      In example COMMENTS is a memo field on form.

      HTH

    Viewing 0 reply threads
    Reply To: Tabbing Into a Memo Field (97) (Access 97)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: