Results 1 to 4 of 4
  1. #1
    saultcollectibles is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2012
    Posts
    3

    Inventory Database Help

    Hello Everyone



    I will say right off the bat I am new to Access but am a very tech minded person so any help well dumbed down a bit would be helpful you don't have to worry about completely going over my head lol.

    Ok so here is my problem I am building an inventory database for my collectibles business. I am limited in the construction of the database so that I can easily use it with my opencart import function.

    I currently have 8 tables that are identical in structure but are for different product lines
    Example Action Figures has
    Product ID (PK)
    name
    categories
    sku
    upc
    location
    quantity
    model
    manufacturer
    image_name
    requires_shipping
    price

    now my other tables for stuff like magic the gathering, beanie babies, etc etc the tables are identical to that, and than I created a union query to link them all together into a consolidated inventory called all products.

    What I would like to do is have one entry form for my products that would allow me to chose which table to update, for example if I wanted to add a product to action figures I would chose that from a drop down on the form and than proceed to the data entry and it would place that item in the appropriate table.

    Also any general advice on the database structure to make it easier to manage would be greatly appreciated as I said I am a novice at this so I am sure there is alot of room to improve

    Thanks in advance

  2. #2
    pbaldy's Avatar
    pbaldy is online now Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,530
    This was your first mistake: "I currently have 8 tables that are identical in structure but are for different product lines". Your union query is evidence of that, as you are trying to bring them together as they should already be. I'd have one table with an additional field for the product line (one table for this data; you would likely have other tables, including one to list the product lines). The concept is called "normalization". Here's one link on the subject:

    Fundamentals of Relational Database Design -- r937.com
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    saultcollectibles is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2012
    Posts
    3
    I considered the normalization issues and originally had them all together but I am dealing with very large amounts of products I found it easier to manage by using more than one table, but this may be due to my being new at the program and not that it is not a sound strategy. The only reason I am bringing them back together with the union query is because of the limitations of the import back into opencart. I had the categories originally in place so I could sort the data by product line.

  4. #4
    pbaldy's Avatar
    pbaldy is online now Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,530
    I'm curious what "very large" means, but in any case I wouldn't sacrifice proper design. If it's really that many records, I'd switch to SQL Server or some other product for the data and use Access for the user interface. There are free versions.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Inventory control database
    By fawaz in forum Database Design
    Replies: 3
    Last Post: 04-08-2012, 12:56 PM
  2. Simple inventory database
    By m1nd64m3 in forum Access
    Replies: 2
    Last Post: 07-22-2011, 02:55 PM
  3. Inventory Database
    By roger556 in forum Access
    Replies: 17
    Last Post: 06-21-2011, 06:26 AM
  4. Simple Inventory Database
    By jculp123180 in forum Database Design
    Replies: 6
    Last Post: 05-28-2011, 12:33 PM
  5. Inventory Database
    By kram941 in forum Access
    Replies: 2
    Last Post: 11-09-2009, 04:28 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