• Names list with tabs (2003)

    Author
    Topic
    #1771692

    I want to access a list of names from tabs in a form. I want 27 tabs with one letter in each tab.

    Viewing 1 reply thread
    Author
    Replies
    • #1816081

      Can you explain more in detail what’s your question ?
      If you want to do a selection on the first letter first letter of the name, in attachment a filter solution with command buttons.

      • #1816084

        What I am trying to do is figure out how to put tabs with the letters of the alphabet of some sort on a form so I can pick a tab and it will go to the names in the list that start with that letter.

        • #1816085

          Why would you use tabs for that ?
          Did you want 27 tabs with 27 subforms with each the same recordset with 27 different where conditions ?
          Why don’t you like the command buttons in my demo ? Have you look at it ?

        • #1816086

          I don’t recommend trying to use a tab control. See if this is more like what you want. This is implemented as a single form view, but I’ve used the same technique with continuous forms.

          • #1816087

            I would probably just use a combo box w/ the alphabet in it to limit the amount of buttons on the form. you can just type the letter you want and then have a query filter on that, all you need to do is have a table with the alphabet, your regular table, and a simple query to filter based on the combobox.

            • #1816090

              But that is when you want to *filter* the recordset. The poster indicated that he wanted to go to the names in the list starting with a particular letter, which doesn’t necessarily entail filtering. Clicking on a button to move to a point in a recordset requires a single click, which is less complicated than selecting from a combobox or typing a letter in and then hitting enter or clicking somewhere, and you don’t need a method for showing all records as you do when you filter.

      • #1816089

        Francois,

        I have done this type of thing with a listbox and the letters down the left side and a lot more code than you have used in your attachment. I really like how simple this is and will use this as an alternative in future.

        Thank you!!!!!

        Carla

    • #1816088

      I have used Francois solution which he helped me with some time ago & have been very happy & impressed with it!

    Viewing 1 reply thread
    Reply To: Names list with tabs (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: