Results 1 to 6 of 6
  1. #1
    HParker is offline Novice
    Windows 10 Access 2016
    Join Date
    Mar 2019
    Posts
    5

    when trying to join tables only ID numbers show

    I have a database with an Adjudicator Table and an InstrumentCategoryClass Table. I would like to assign an Adjudicator's Name to each record in the InstrumentCategoryClass Table but it only shows the AdjID number, not the option for the ADJFullName text.

    Also if I try to add AdjudicatorFullName to the Entries Table it shows blank even though I joined them together.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    you join tables on like fields. then bring down other fields into the query.
    we would need to see your table layouts.

  3. #3
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,115
    You probably use a lookup field in the Adjudicator table for the AdjID where you display the full name. Short answer - don't. Lookup fields in tables are a pain and they mask the real vaues being stored. Remove the lookup and use a combo box in the form where you need the fulll name to display instead of the ID.

    http://access.mvps.org/access/lookupfields.htm

    Cheers,
    Vlad

  4. #4
    HParker is offline Novice
    Windows 10 Access 2016
    Join Date
    Mar 2019
    Posts
    5
    Click image for larger version. 

Name:	Screenshot (26).png 
Views:	5 
Size:	130.8 KB 
ID:	37793Click image for larger version. 

Name:	Screenshot (27).png 
Views:	5 
Size:	129.0 KB 
ID:	37794Click image for larger version. 

Name:	Screenshot (28).png 
Views:	5 
Size:	135.2 KB 
ID:	37795
    I'm not sure if you can see these properly. The first two images are the top half and the bottom half of the Entries Table. I have double checked and I did not use lookup on either of the tables because I have read a lot of warnings about them.

    If you cannot use these images of the tables please advise the best way to share them with you.
    Attached Thumbnails Attached Thumbnails Screenshot (26).jpg  

  5. #5
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,115
    You actually have to click on the Lookup tab on the bottom once you select the field on the top to see what if any lookup options are selected.
    I have a database with an Adjudicator Table and an InstrumentCategoryClass Table. I would like to assign an Adjudicator's Name to each record in the InstrumentCategoryClass Table but it only shows the AdjID number, not the option for the ADJFullName text.

    Also if I try to add AdjudicatorFullName to the Entries Table it shows blank even though I joined them together.
    How are you "trying to assign"? I assume in the InstrumentCategoryClass table you have a number field (long) to hold the AdjID_FK foreign key. Then in a form you use a combo-box bound to that field with a row source like "Select AdjID,AdjFullName From Adjudicators Order By AdjFullName Ascending;". You set the column numbers to 2 and the column widths to 0;3" (and list width to 3"). Same approach would work for populating the Entries table.

    For the second question - how do you join them together? Where does it show blank? In a query, in a form...

    Cheers,
    Vlad

  6. #6
    HParker is offline Novice
    Windows 10 Access 2016
    Join Date
    Mar 2019
    Posts
    5
    Yes - I did click on the Lookup tab for each field. It is showing blank in a query. I will try what you have suggested and let you know. Thank you.

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

Similar Threads

  1. Step 4 How do I show the letters and not numbers
    By TheSpecialist in forum Access
    Replies: 1
    Last Post: 09-16-2015, 11:09 AM
  2. Replies: 8
    Last Post: 03-10-2014, 11:47 AM
  3. How to make field names show instead of ID numbers
    By Access_Novice in forum Programming
    Replies: 1
    Last Post: 01-05-2014, 10:16 PM
  4. Replies: 6
    Last Post: 11-19-2013, 01:38 AM
  5. Show only positive numbers
    By Derrick T. Davidson in forum Reports
    Replies: 2
    Last Post: 03-27-2013, 01:11 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