I have a Table for Expenses. One of the fields “Vendor” is a Lookup Table. The Vendor Table has an AutoNumber field “Vendor ID” as the Primary Key. It also has fields for Vendor Name, Address, etc. I used the Lookup Wizard to create the relationship. I have sorted the Vendor Table by Vendor Name. When I use the Vendor field on Expenses Form, the Vendors are not listed by Vendor Name; they appear to be listed by Vendor ID. How can I get the Vendor Lookup list in order by Vendor Name?