Results 1 to 5 of 5
  1. #1
    Huddle is offline Competent Performer
    Windows XP Access 2010 64bit
    Join Date
    Jun 2010
    Posts
    318

    Remove Sorting from Lookup Table

    I do not want the look up table for my combo box to sort the data so that the drop down will show the data the the order I enter it. The table automatically sorts the data even with the Remove Sort feature. I added another column with numbers and sorted it to put my data in order which works in the table but the drop down still sorts it alphabetically which I assume is because my number column is not the bound column.

    Any suggestions on how to accomplish this?

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,848
    Please tell us/show us the record source for the combo.

  3. #3
    Huddle is offline Competent Performer
    Windows XP Access 2010 64bit
    Join Date
    Jun 2010
    Posts
    318
    The record source is a simple table

  4. #4
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    If you add an Autonumber field to your Lookup Table, the numbers will be in increasing order based on how the data is entered. You can then use that as your sort field so that it is sorted in the order they were entered (or I think if you make this Autonumber field the Primary Key or first field, it will use this is sorting automatically). Note that you do NOT have to display the Autonumber field in your Combo Box.

  5. #5
    Huddle is offline Competent Performer
    Windows XP Access 2010 64bit
    Join Date
    Jun 2010
    Posts
    318
    Making the sorting number the primary key worked. Thanks.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 07-21-2012, 10:20 PM
  2. Replies: 8
    Last Post: 03-22-2012, 08:48 AM
  3. remove records from table
    By bird66 in forum Queries
    Replies: 1
    Last Post: 06-02-2011, 09:34 AM
  4. Replies: 7
    Last Post: 04-15-2011, 08:46 AM
  5. Replies: 4
    Last Post: 02-01-2010, 05:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums