• data in text box to appear in a horizontal list (2000)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » data in text box to appear in a horizontal list (2000)

    Author
    Topic
    #388595

    Hi, I have a combo on a form, when an item is clicked in the combo, that item transfers to a text box. Multiple items appear in this text box i.e. red, blue, yellow, green etc, all from the combo. I need to have these colours presented in an horizontal list and not vertical as at the moment.

    Kind regards darren.

    Viewing 0 reply threads
    Author
    Replies
    • #682906

      If you are using the method described by Trudi in post 261304, the items should be next to each other horizontally in the text box – if it is wide enough, of course. Otherwise, tell us how you transfer the items to the text box.

      If you mean that you want a combo box laid out horizontally, I must disappoint you. AFAIK, it simply doesn’t exist.

      • #682909

        Thank you Hans, I do refer to method described by Trudi. I need a rest, can’t determine my horizions from my verticals, I mean in a vertical list, not horizontal!!!. .

        Kind regards.

        • #682914

          In that case, replace

          txtYourName = txtYourName & “, ” & cboYourName

          by

          txtYourName = txtYourName & vbCrLf & cboYourName

          vbCrLf is the symbolic constant in VBA for a carriage return/line feed.

          • #682918

            Your weight in gold Hans, thanks again, I’ll leave you in peace, for now!

    Viewing 0 reply threads
    Reply To: data in text box to appear in a horizontal list (2000)

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

    Your information: