Results 1 to 11 of 11
  1. #1
    shaha is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    7

    Table showing ID instead of data


    Hello.
    I found one thread that talked about this issue but there was no resolution.

    I have my main table that has lookup field linked to another table. When data is entered, the main table shows the ID of the record instead of the actual data. How can I fix this? Thanks.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,942
    You are working directly with tables for data entry/edit instead of forms?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    shaha is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    7
    No, I have forms made up and everything. When my users enter the data, and I go in the table to look at the data, it shows IDs instead of the actual data for the lookup fields.

  4. #4
    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,726
    Are you using lookup tables at the table level?

    If so, see
    http://www.mvps.org/access/lookupfields.htm

  5. #5
    shaha is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    7
    Yes, my main table has a field that has a lookup to another table...
    i know its not a good way but thats what i figured out at that time...how can i fix....i can send you my db...

  6. #6
    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,726
    How big is the data base?
    Have you ever created a separate lookup table?

    Can you post a copy with no confidential data?

  7. #7
    shaha is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    7
    less than a mb....i will zip it...

  8. #8
    shaha is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    7
    here you go...

  9. #9
    shaha is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    7
    can you see in the table how its showing the id and not the number?

  10. #10
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,942
    My suggestion is to not bother with these settings in tables, I never do. I set these properties in the controls on forms.

    Also recommend no spaces, special characters, punctuation (underscore is exception) in names. Name for table tblpart# should be like tblPartNum and field part# like PartNum. Also, no reserved words as field names.

    I believe the issue is that the lookup tables are in the frontend. The BE can't find them. Put all these tables in the backend. The only tables that should be in frontend are 'temp' tables - tables that hold data only for the duration of a process and then are purged.

    Will this project have multiple users or are you the only user? If only one user, no need to split.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  11. #11
    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,726
    shaha,

    When you post a question, you should be clear in what you are asking. At least provide the relevant facts about your issue as best you can.

    You did not say you had a split database.
    You talk about a table but you don't identify it.
    You mention Id and Number but don't identify each.

    It seems that June has identified issues that are most relevant to your situation.

    In a split database, put all your tables in the backend. Pay attention to her points on naming convention, it will serve you well.

    Good luck with your project.

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

Similar Threads

  1. query showing duplicate data
    By dan-gauci in forum Queries
    Replies: 2
    Last Post: 10-20-2011, 02:58 PM
  2. Data is not showing up in the form
    By zuerin in forum Access
    Replies: 1
    Last Post: 07-13-2011, 09:16 AM
  3. Showing data from different queries
    By samefilip in forum Reports
    Replies: 7
    Last Post: 01-06-2011, 11:09 AM
  4. Replies: 2
    Last Post: 04-29-2009, 11:50 AM
  5. Data Not Showing in Reports
    By Delin in forum Reports
    Replies: 1
    Last Post: 01-26-2006, 08:53 PM

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