Results 1 to 3 of 3
  1. #1
    KenozGG is offline Novice
    Windows 8 Access 2013
    Join Date
    May 2014
    Posts
    1

    Question First Database attempt _ Price Design Flow

    Hello all,
    I am creating a database consisting of Nursery Plants, clients, and attributes (size of plant, color, etc). I already have the product(plants), clients, client address, and attributes tables set at the moment. What I am stuck in designing is a efficient way in creating a price list. Each client has its own Wholesale price list AND Retail price list, plus I have to deal with size variables with each plant product. So, would it be efficient to design a wholesale and retail table for each client? Should I design by each product and size, and have my clients added to by fields (column)? Hopefully one of you members can help me out with any pointers, Thank you.



    What I have at the moment is:

    Tables:
    Category //Specifies a plant
    Product //Botanical names of plant (idCatagory, name)
    Attributes //(Size, Discontinued)
    Clients
    Client Address //(idClient)
    Price //How would I add this to to my database? I have a client who has wholesale and retail prices. Each Product has 6 different sizes, (1 product * 6 sizes = 6 product sizes).

  2. #2
    Geo21 is offline Novice
    Windows 8 Access 2013
    Join Date
    May 2014
    Posts
    20

    First Database attempt _ Price Design Flow

    Since the price is not standard, you will need to create a query and collect all the needed fields from the tables. You will then add "Wholesale Price" and "Retail Price" columns.

  3. #3
    A S MANN is offline Advanced System Analyst
    Windows XP Access 2007
    Join Date
    Oct 2010
    Location
    India
    Posts
    161
    in my opinion the design of table should be
    Tables:
    Category //Specifies a plant Botanical names of plant
    Product // (idProduct, Product name ,Size Of Plants , Discontinued, Price, Discount)
    Product_Order_Detail//id Product, Order Id,
    Order // Order ID,idCustomer, Order Details,Date , Payment Details
    Customer //(idCustomer), Customer Details


    Refer Microsoft NorthWind sample DB Table Design
    You can Edit the design as per your need and fill it with your data and use it straight way.

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

Similar Threads

  1. Price book database
    By tommyried in forum Import/Export Data
    Replies: 9
    Last Post: 12-10-2013, 12:37 AM
  2. Item without price, or duplicate price
    By Auto in forum Reports
    Replies: 5
    Last Post: 07-29-2013, 09:46 PM
  3. first attempt to build a database but need alot of help !
    By komet122 in forum Database Design
    Replies: 3
    Last Post: 03-07-2013, 12:09 PM
  4. Cash flow
    By tomburns1987 in forum Reports
    Replies: 2
    Last Post: 01-15-2013, 04:42 AM
  5. Text flow
    By JudgeJudi in forum Database Design
    Replies: 1
    Last Post: 10-28-2009, 09:23 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