Results 1 to 5 of 5
  1. #1
    ladyjoa is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    4

    Vlookup or similar for Access

    Hello



    I have two tables in Access: "Product Configuration" which has the configuration of almost all the products manufactured in the plant, and "Completions" which has all the products completed in a timeframe (monthly in this case).

    I append monthly reports to the "Completions" table in Access. I want to make sure that all the products in this report are in the "Product Configuration" table, because if not, it will affect my results of monthly completions. Many new products can be added to production, and I will need to update my "Product Configuration" table.

    But how do I know if all the products have their product configuration or not? If there are any new product?

    All I can think is a VLookup, but since I am working in Access I don't want to be switching. I know there should be a way!

    I would appreciate your help!

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    DLookup is the function in Access.

    However, consider a FindUnmatched query. The query wizard will help you build.
    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
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    If both tables contain the productID (some sort of common unique key) you can check by adding both tables to a query, connect the two tables with an arrow pointing FROM Completions TO ProductConfiguration, add the ID field from both tables, then put IS NULL in the PRODUCT CONFIGURATION criteria, this will show you a list of all ID's in the completions table that do not have a matching item in the ProductConfiguration table, if you're relying on product descriptions to do this I'd suggest you try to find a way to make your process work with a PK descriptions can change over time and if they do you are basically making a bunch of orphan records.

  4. #4
    ladyjoa is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    4
    Quote Originally Posted by June7 View Post
    DLookup is the function in Access.

    However, consider a FindUnmatched query. The query wizard will help you build.
    Thanks for your help!!

  5. #5
    ladyjoa is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    4
    Really helpful! Thank you!!

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

Similar Threads

  1. Vlookup equivalent in Access
    By Eddie in forum Access
    Replies: 2
    Last Post: 04-01-2014, 09:43 AM
  2. VLookup function in Access?
    By mveda2004 in forum Queries
    Replies: 2
    Last Post: 02-25-2013, 09:42 PM
  3. VLookup? in Access 2010
    By Lazor78 in forum Database Design
    Replies: 1
    Last Post: 07-25-2012, 03:34 AM
  4. Vlookup in Access with SQL
    By jogunjobi in forum Queries
    Replies: 1
    Last Post: 01-30-2012, 07:25 PM
  5. Vlookup function in access
    By rici7 in forum Forms
    Replies: 1
    Last Post: 10-16-2010, 04:41 PM

Tags for this Thread

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