• Hyperlink? (2003)

    Author
    Topic
    #439378

    I

    Viewing 1 reply thread
    Author
    Replies
    • #1049819

      What is in those text boxes on the 1st tab? Why not just make them command buttons, and on the Click event just have a DoCmd.GoToControl that takes you to whichever memo field is appropriate?

      • #1049822

        Thanks for the reply Mark. You and Hans replied almost at the same time, and His simple solution does the trick!

    • #1049820

      Are the text boxes only meant to alert the user? If so, you could put code in the On Click event of the text boxes to set focus to the corresponding text box in the other tab:

      Private Sub txtMemo1_Click()
      Me.memMemo1.SetFocus
      End Sub

      Post back if this does not do what you want (it is quite possible that I have misinterptreted your question).

      • #1049823

        Thanks Hans, it works perfectly.
        I suppose ignorance is what always sets me searching for complex answers to simple solutions.

    Viewing 1 reply thread
    Reply To: Reply #1049822 in Hyperlink? (2003)

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

    Your information:




    Cancel