Results 1 to 3 of 3
  1. #1
    Nemacol is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2011
    Location
    WV - USA
    Posts
    3

    Inventory

    Hello all, Thank you for taking the time to read my post.

    I am currently working on an inventory system for the Food and Bev department. The overall goal will be to have a master table with all items, and be able to pull inventory count sheets from this master table for each venue. There are 14 venues here and obviously each item can be used at more than one venue (burgers are sold at more than one venue, same beer at more than one bar, etc).

    The only solution i have come up with is to add 14 columns to the master sheet and mark true or false for each item and venue.
    Then to get the inventory sheet that they will use will be:

    Select * from Master
    Where Venue3 = "true";


    Then export each to a report or excel sheet for the manual count.

    I wanted to know if it is possible to do this without having 14 extra columns in the master sheet.. or if it is even worth trying to do so.

    I thought there should be a relation table where
    0000000000011 = Venue 1 and Venue 2


    1000000000011 = Venue 1, Venue 2, and Venue 14

    Etc... but that seems needlessly messy for entering all of this in and I am not exactly sure how to make that work (to be honest).


    Anyone have a good idea for me?

    If i am not being detailed enough i apologize, please ask and i will be as clear and detailed as i can.

    Thanks much for your time!
    Nem
    Last edited by Nemacol; 09-10-2011 at 09:26 PM. Reason: Formatting and Clarification

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    I don't understand your inventory. You inventory burgers - not lettuce, tomatoes, pickles, beef, mustard, etc.?

    Not using the 14-column method would mean going with:

    tbleItemsVenue
    ItemID (foreign key)
    VenueID (foreign key)

    Query for items related to a venue means using the venue ID as filter criteria. This setup allows more versatility for reporting output and adding venues.
    Last edited by June7; 09-13-2011 at 06:16 PM.
    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
    Nemacol is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2011
    Location
    WV - USA
    Posts
    3
    The inventory will have every item in it that FnB uses. I was just using burgers as an example.

    I am going with your example of the:
    tbleItemsVenue
    ItemID (foreign key)
    VenueID (foreign key).

    see how it goes for me. thank you for the Feedback.

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

Similar Threads

  1. help inventory db
    By mesersmith in forum Database Design
    Replies: 3
    Last Post: 03-10-2011, 11:48 AM
  2. Inventory
    By thisandthat in forum Access
    Replies: 3
    Last Post: 03-01-2011, 08:09 PM
  3. Inventory issue
    By Anasua in forum Programming
    Replies: 5
    Last Post: 01-28-2011, 08:56 AM
  4. Inventory System
    By Rawb in forum Database Design
    Replies: 8
    Last Post: 01-05-2011, 07:26 AM
  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