Results 1 to 2 of 2
  1. #1
    chanlongs is offline Novice
    Windows XP Access 2003
    Join Date
    Jul 2009
    Posts
    5

    Design form for restaurant

    Can you analyst my form for me,I have table like this:
    tblcategory (categoryid,name)
    tblbeer (beerid,name,qtyonhand,price,categoryid)
    tblfood (foodid,name,price)
    tblinvoice (invoiceno,date,tableno or {chair (counter)})
    tblinvoicedetail (invoiceno,foodid and beerid,qty,price)


    tblpurchasedetail (beerid,purchaseno,qty,price)
    tblpurchase (purcahseno,date,invoiceno,supplierid)
    tblsupplier (supplierid,name,phone,address)
    tblreceivedetail (beerid,receiveno,qty,price)
    tblreceive (receiveno,purchaseno,date)
    In tblbeer i need to update stock when receive and sell, or i should to design table again.tblbeer and tblfood are divide each other but but i want to join it when i select(combobox) in subform (tblinvoicedetail) and non duplicate data.what do you think?

  2. #2
    dcrake's Avatar
    dcrake is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    435
    This is a duplicate post continuing on from your previous thread. Do not split up into sections it only frustrates the people who are trying to help you.

    Think of each item what ever category that can be purchased by the patron. You will need to be able to identify it by a stock code so when they purchase something your program can go to the item in the stock table and reduce it by the quantity purchased. If each unit has a selling price then the quantity times the unit price wil give you the value of the sale.

    This is not going to be an overnight job plenty of thought needs to be put into this and plenty of time. You may consider how the time and effort converts into monetory value and see if it exceeds the value of actually purchaing an EPOS system tailored to restaurants.

    David

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

Similar Threads

  1. Table for restaurant
    By chanlongs in forum Database Design
    Replies: 5
    Last Post: 08-19-2009, 06:59 AM
  2. Design strategy
    By mel_herndon in forum Database Design
    Replies: 0
    Last Post: 07-20-2009, 07:40 AM
  3. design problem
    By marianne in forum Database Design
    Replies: 7
    Last Post: 05-26-2009, 07:25 PM
  4. Replies: 0
    Last Post: 03-11-2009, 12:39 PM
  5. Design help
    By marix in forum Database Design
    Replies: 1
    Last Post: 04-18-2007, 07:54 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