Results 1 to 9 of 9
  1. #1
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    Barebones table


    The attached table is an integral part of the db. But examine it. I believe that there is something not right about the table.

    It gives information that is sketchy at best. We know thta a a person with PersonnelID 3 attended ysnMeetingID 2 and that he/she is from the organization 4.

    Now what does that tell us? There is no name of the person, no name of his/her organization and no name or date of the meeting.

    Now these missing values are in the db, just not in that table. So what gives?

    I know that since it is a table, the only person who will ever see it is me, but is simply gives a lot of information, but so much is missing.

    Any help appreciated. Thanks in advance.

    Respectfully,

    Lou Reed
    Attached Thumbnails Attached Thumbnails Capture10.PNG  

  2. #2
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,511
    Lou, was wondering where you went, seem days weeks since you posted anything. Thought you jumped the ship.

    Of course the correct answer Bob is "This is a relational database so those ID values relate (link) to other tables that have the names and other info you need."

  3. #3
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    Okay, but again it seems so bare bones. Just looking at it tells a few things and then tells me nothing.

    Of course, I am the only one who will ever see it, but what about debugging?

    Any help appreciated. Thanks in advance.

    Respectfully,

    Lou Reed

  4. #4
    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
    You are showing a query, not a table.
    Please show the table definition/design, and the query SQL.

    My first guess is that you are using lookup fields in your table, but not enough info to be certain.

  5. #5
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    My mistake in showing a query and not a table and then talking about it as a table. My error. Still the same rule applies, the query output is quite barebones. I have not looked at this project since August and I expect to present it soon. Thus a routine examination (after being away from it for a few months) just brought up these questions.

    I really appreciate the help, but again table or query a human looking at it could be left in the dark on many things.

    Respectfully,

    Lou Reed

  6. #6
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,511
    Not really Lou, it all starts with the tables, their structures and Relationships. Queries are based on tables or other queries so you can always reverse engineer those to see which tables or queries they use, fields, criteria, etc. Make sure to check for any table relationships as that might affect how data is entered or deleted also.

  7. #7
    Minty is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,157
    It's no different to a list of phone numbers, or zip codes.
    You can look up the human friendly names / addresses but they won't get your call connected or mail delivered as the machines don't work with that bit.

    It's all in the numbers

  8. #8
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    Still the same rule applies, the query output is quite barebones
    It's simple. Include the fields in the query that contain the descriptors. If you can't, you need to include other tables that contain these descriptors and join them between their PK and FK fields. If you can't do that, then the tables structure is wrong.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  9. #9
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    Thanks for all of your help. it is very appreciated.

    Respectfully and Gratefully,

    Lou Reed

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

Similar Threads

  1. Replies: 1
    Last Post: 07-07-2017, 01:10 AM
  2. Replies: 1
    Last Post: 03-31-2016, 03:33 AM
  3. Replies: 4
    Last Post: 08-30-2012, 07:58 PM
  4. Replies: 8
    Last Post: 03-22-2012, 08:48 AM
  5. Replies: 2
    Last Post: 10-27-2009, 07:09 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