Results 1 to 2 of 2
  1. #1
    imlost2 is offline Novice
    Windows XP Access 2002
    Join Date
    Aug 2011
    Posts
    2

    Table problem

    working on inventory in access.. but got stuck again. well hope to explain this where we all can understand. When you put-away an item"7001" say in row"S01" it will add 40 to inventory. If you put-away an item"7601" say in row"S02" it will add 45 to inventory. Another problem is row"S01" can only have 22 entry's in it of the same item number. Would like a report to look like this.
    Example:
    Item row packed-date quantity


    7001 S01 12/12/11 40
    7001 S01 12/12/11 40
    7601 S01 12/12/11 45
    7601 S02 12/12/11 45

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    There is no relationship between project count and Putaway tables. Can't retrieve the quantity by joining. So either fix the table to list ALL possible item numbers then join the tables on the common field or use an expression with DLookup or a custom function to return the appropriate value.

    Rats! DLookup test not working. That is because 7*** is found before 78** so any Inventory Putaway value beginning with 7 will always return the quantity 40
    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. cross table problem
    By humanmaycry in forum Queries
    Replies: 3
    Last Post: 07-20-2011, 12:08 PM
  2. Table/Relationship Problem?
    By WallbrownF in forum Access
    Replies: 7
    Last Post: 05-26-2011, 12:22 PM
  3. Table / Form problem
    By mayler in forum Access
    Replies: 1
    Last Post: 05-15-2009, 07:09 PM
  4. Table design problem
    By wasim_sono in forum Database Design
    Replies: 0
    Last Post: 04-08-2009, 06:21 AM
  5. Pivot Table Problem
    By larpup in forum Forms
    Replies: 0
    Last Post: 01-06-2006, 08:11 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