Results 1 to 9 of 9
  1. #1
    DMDG is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2016
    Location
    Los Angeles, CA
    Posts
    6

    Using Access to Reconcile Difference Between Two Tables of Inventory

    Hi all,




    [Newbie Disclaimer: I'm an experienced excel user, but fairly new to Access. (Do I hear a collective grown from anyone reading this? ha ha) I apologize if I fundamentally misunderstand any of the features of Access in my inquiry.]


    I have two spreadsheets which contain records of the same inventory items and their movements in and out of inventory. The items have the same item numbers in both systems. I have created an Excel sheet to compare total inventory levels for each item between the two sheets. However, the number of recorded movements are so many as to make the spreadsheet nearly unmanageable (responds VERY slowly even on a fast system).


    I have heard that Access can handle large amounts of data much more easily than Excel. I'm hoping to create an Access Database which will:

    1. Allow me to load inventory transactions into two separate tables.
    2. Allow me to calculate the net inventory level (quantity) for each item which results from the various movements on the above spreadsheet.
    3. Allow me to compare inventory levels for each item and identify items which have a discrepancy.
    4. Allow me to identify the date and transaction ID at which inventory levels become out of balance between the two tables. (figure out where things went wrong.)



    Before I go down the road of attempting to build out this database, is the above task something which Access can easily accommodate? Or am I trying to get Access to do a job it is not meant to do.


    I'm attaching an example of the spreadsheet I've used to identify inventory discrepancies in case it better communicates my intent.



    Thank you for any feedback or ideas you may have.
    Attached Files Attached Files

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,632
    Does this help http://allenbrowne.com/AppInventory.html

    Mostly anything can be done with enough code.
    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
    DMDG is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2016
    Location
    Los Angeles, CA
    Posts
    6
    Hahaha True. I guess I should have qualified the question then. Is Access the right tool for this job, or would I have to go through a large amount of manipulating/coding in Access to get the same thing that I have on the attached spreadsheet above? Again, the goal here is to get an alternative to Excel since the quantity of data is too big for Excel.

    Thanks again.

  4. #4
    DMDG is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2016
    Location
    Los Angeles, CA
    Posts
    6
    And thanks for the link. Somehow I missed that the first time through.

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,632
    Even if VBA in Access would be required, I think Excel has already shown itself to be the wrong tool for storing this data.

    If Access queries and VBA don't seem up to the analysis task, could maybe export subsets of records to Excel to do that.

    There's always a way.

    Seems the immediate need is to get relational database designed and progress from there.

    It's not clear to me what 2 sheets you compare. Don't really want to go into in-depth analysis of the workbook.
    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.

  6. #6
    DMDG is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2016
    Location
    Los Angeles, CA
    Posts
    6
    I appreciate the feedback. In that case I'll start setting up the database with the items, various inventory transactional logs and then see where I get. I'm familiar with Excel VBA. Maybe with a few tips along the way I'll be able to get there.

    Thanks for the guidance.

  7. #7
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,632
    If you aren't already familiar with relational database principles and Access functionality, might work through an introductory book on Access or online tutorials first.
    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.

  8. #8
    DMDG is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2016
    Location
    Los Angeles, CA
    Posts
    6
    I am familiar with the relational database principles, and have source table from which to pull easily generate source lists. Once it comes to summing products by multiple criteria (item number, batch number, data and transaction type) is when I might find myself beyond my current level of experience in Access.

  9. #9
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,632
    That's where studying a book could give you a head start. What you just described is an aggregate query.
    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.

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

Similar Threads

  1. Replies: 9
    Last Post: 09-10-2018, 02:24 PM
  2. Replies: 5
    Last Post: 11-04-2015, 03:09 PM
  3. Replies: 1
    Last Post: 11-05-2014, 11:08 AM
  4. Reconcile bank statement
    By Ray67 in forum Database Design
    Replies: 1
    Last Post: 04-10-2012, 09:43 PM
  5. Difference between 2 identical tables.
    By leepan2008 in forum Access
    Replies: 1
    Last Post: 09-28-2009, 07:36 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