Forum Discussion

nicoleethier's avatar
nicoleethier
Copper Contributor
Jun 23, 2025
Solved

Sort in Query not Displaying

I have no clue how to word this. Basically, in a form I have a field called Members. This field is a drop down menu that lists all of the Members for a meeting via check boxes. I can then tick the ch...
  • George_Hepworth's avatar
    George_Hepworth
    Jul 08, 2025

    I had time to review this again. I think I spotted the reason this does not work. Your screenshot does not show that you actually removed the Lookup and replaced it with a normal number field containing the foreign key. The screenshot shows the Lookup field in the properties DISPLAYS only a textbox. That means the problem remains in the Lookup itself. 

    One of the reasons so many seasoned Access developers strongly recommend against use of Lookup fields is problems like this one are so hard to resolve for less experienced developers. Sure, they look snazzy. And if you really know what you're doing, they can be implemented with minor difficulties. In most cases they create more complications than they are worth.
    I recommend you create a new field for Members. Make it a number of Long Integer type. Do not use the Lookup Wizard to create it.

    Update it with the MemberID field corresponding to the current values in the original field. Then delete this Lookup field.

    Handle the row source for a combo box on the form instead.

Resources