Results 1 to 2 of 2
  1. #1
    tomasreabe is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2011
    Posts
    1

    Invoice for kits

    I have not found a way to do this but I might be asking wrong.


    So what I am doing is I am trying to get Access to track my part inventory. What I am wanting to do is have the invoice call out the kit and then have that pull the parts out of inventory.
    So as an example I would have 2 kits and 6 parts.
    if you order kit 1 you get Part #s: 1,2,4,6
    if you order kit 2 you get Part #s: 1,2,3,5

    The second area would be to track the serial numbers of the parts on the POs and the Invoices.

  2. #2
    TheShabz is offline Court Jester
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    1,368
    Your table structure is key here. I would have three tables here.
    tblParts
    PartID (PK)
    PartDesc
    etc

    tblKits
    KitID (PK)
    KitDesc
    etc

    tblKitParts
    KitPartID (PK)
    KitID (FK)
    PartID (FK)

    With this many to many relationship between park and kit, you should be able to select any kit and find all the parts associated with it. Querying off of the third table will make the PO and Invoice generation easy as you already have everything in line-item format.

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

Similar Threads

  1. Add a 1.5% charge to invoice?
    By alx100 in forum Access
    Replies: 1
    Last Post: 03-16-2011, 03:18 PM
  2. invoice form
    By musicalogist in forum Forms
    Replies: 3
    Last Post: 04-16-2010, 05:54 PM
  3. Invoice number
    By slik_02 in forum Access
    Replies: 3
    Last Post: 08-08-2009, 08:05 AM
  4. Invoice
    By billyff in forum Access
    Replies: 3
    Last Post: 04-25-2009, 12:15 PM
  5. Invoice Number
    By rzwoo in forum Access
    Replies: 0
    Last Post: 02-25-2009, 01:30 AM

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