Results 1 to 5 of 5
  1. #1
    Dormie is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Dec 2014
    Posts
    39

    Basic Help Design Simple POS Database - Suppler, Inventory, Sold Tables?

    Hi, Thank you for any help in advance.



    I'm looking for a little direction in how to design a very basic database to be used as a simple Point of Sale system. I've setup a couple of sample sheets however I'm questions the designs of them and before moving forward I'm looking for ideas of how others would setup something like this.

    I've looked at northwind and it's very complicated, much more then I need.

    Basically, I receive individual products from ruffly 50 suppliers, each product is different, therefore my quantities are always one. Suppliers sell me things when they want to move them so, I have no need for a re-order type system as I never know when or what I'm receiving.

    My previous attempts have had Supplier Table, Inventory Table (with a purchase price, sold price, sold date columns, etc), I've then queried Inventory Table on sold items to get the breakdown of sales. However, now I feel this maybe a round about way of doing things and I should have a sold table...... I'm definitely not sure how I would populate the sold table from the inventory table through a form. If that's even how you would handle it.

    Basically any direction in design/functionality would help.

    Thank you!

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    tSold table.
    --------------
    ItemID -the item from tInventory (also mark it in tInventory as sold)
    SoldToID
    DateSold
    (and any other notes needed)

  3. #3
    Dormie is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Dec 2014
    Posts
    39
    Thank you for the response ranman,

    You are saying to make a sold table?
    Table Setup:
    tSold
    tInventory

    Should I use a form to update tInventory along with add row of sold ItemID info to tSold?

  4. #4
    Dormie is offline Advanced Beginner
    Windows 7 64bit Access 2010 32bit
    Join Date
    Dec 2014
    Posts
    39
    Could someone explain a little more how to properly set up database with tinventory and tsold tables work together.

    I'm a little confused on how someone from my tinventory table makes it into the tsold table. Does it physically get moved? Do you make a new sold item with a id that references your tinventory? Is this all done through relationships? I've looked over some diagrams however I feel they are so much more complex then my basic need. Which is tinventory, tsold, tsupplier.

    Sorry for the basic questions...

    Thank you in advance!

  5. #5
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,725
    There are some links posted here that will help you with concepts and design.
    Good luck.

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

Similar Threads

  1. Simple Inventory Database
    By NVRensburg in forum Database Design
    Replies: 5
    Last Post: 10-11-2012, 05:46 AM
  2. Replies: 3
    Last Post: 03-28-2012, 06:00 PM
  3. Simple inventory database
    By m1nd64m3 in forum Access
    Replies: 2
    Last Post: 07-22-2011, 02:55 PM
  4. Simple Inventory Database
    By jculp123180 in forum Database Design
    Replies: 6
    Last Post: 05-28-2011, 12:33 PM
  5. Database design for simple inventory
    By toptech in forum Database Design
    Replies: 12
    Last Post: 10-24-2009, 07:24 AM

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