Results 1 to 1 of 1

Combo Box Sorting Update Problem

Threaded View

  1. #1
    Registered User
    Join Date
    10-07-2005
    Posts
    48

    Angry Combo Box Sorting Update Problem

    Hi,

    I am having a issue with a combo box giving me wrong values when i add information to a table after sorting it. Sorry this explanation might be slightly long winded.

    eg.

    Worksheet1

    Id Name
    1 aaa
    2 bbb
    3 ddd

    Worksheet2

    Comboboxs looking up range (Worksheet1,Name)



    So i can select ddd from the combo box and that works fine. Now using a form i add a new IdNumber and Name to Worksheet1.

    1 aaa
    2 bbb
    3 ddd
    4 ccc

    I then need to sort this data so it is in alphabetical order, which i can do fine. It now looks like so:

    1 aaa
    2 bbb
    4 ccc
    3 ddd

    I then look back at my combo box in Worksheet 2 and instead of showing ddd like it did before it shows ccc.

    How can i remedy this so that it continues to show the original value but allow the data to be alphabetically sorted?
    Last edited by kanuvas; 10-14-2005 at 05:20 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1