Results 1 to 3 of 3
  1. #1
    LaughingBull is offline Competent Performer
    Windows 8 Access 2013
    Join Date
    Jul 2015
    Location
    Toledo Ohio
    Posts
    143

    Combo Box Lookup


    I have 2 tables and one form. Table one is for agencies and all their info. Table two is for donations and the agency cell is a lookup from the agency table. On the form I put a combo box for a lookup of the agency name to bring up the record for that agency. What i am experiencing is when I click the down arrow on the lookup box all the is there is a number and not a name. How can I fix this?

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 8 Access 2013
    Join Date
    Aug 2013
    Posts
    7,862
    The number you see is likely representative of the ordinal position of the element within your Lookup field. Because I do not choose to use Lookup Fields at the table level, I can't be a lot of help. I will say that there are ways you can address the issue via a Query Object. Keep in mind there is more than one way to support a Lookup field in a table. For instance, the source can be a value list or it can be another table.

    The easiest would be to get rid of that property in your table. Having said that, there may be one or two reasons you would want to keep it.
    Last edited by ItsMe; 09-11-2016 at 09:54 AM. Reason: typo: can't

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Sounds like you have this set up

    Agency--->AgencyDonation where an Agency can make 0,1 or Many Donation(s)

    I would NOT use a lookup field in a Table. The Lookup field in a table is a concoction invented by M$oft to "help new users of MSAccess". It is specific to and limited to MSAccess and (along with multivalued fields) is not a good practice generally. Use a separate Lookup table -a tried and true approach that can be used in any relational database.
    See this for more info.

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

Similar Threads

  1. Combo Box/Lookup
    By !RobG! in forum Forms
    Replies: 1
    Last Post: 05-05-2016, 05:41 PM
  2. lookup in combo box
    By wolfm in forum Forms
    Replies: 3
    Last Post: 06-25-2014, 03:33 PM
  3. LookUp for a combo box?
    By Adam7 in forum Access
    Replies: 4
    Last Post: 06-03-2012, 05:20 PM
  4. Combo Box Lookup
    By mossj in forum Forms
    Replies: 1
    Last Post: 12-01-2011, 05:10 PM
  5. Combo Lookup
    By b123 in forum Forms
    Replies: 1
    Last Post: 02-24-2011, 11:24 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