Results 1 to 23 of 23

Thread: [resolved] How to design the tables???

Threaded View

  1. #1

    Thread Starter
    Addicted Member SaharaWizard's Avatar
    Join Date
    Nov 2004
    Location
    Canada
    Posts
    254

    Resolved [resolved] How to design the tables???

    Hello Guys
    I am working on a little inventory application (VB6, ADO, Access2000).
    I am trying to design several tables to organize and manipulate data regarding production and raw material (pretty standard stuff for an experienced developer).

    I keep track of raw material in a table called tblRaw
    I keep production records in tblOrder.

    For each production item (single record in tblOrder) user have to look at list of raw materials and pick up 3 to 5 different raw material and uantities to be used.
    I have to do the issues:
    [B]
    1. Keep track of how much of each raw mat. will be left in stock
    2. At the time of creating order I have to ALLOCATE the specific quantities, but at the date of production the ALLOCATED quantity should be subtracted from the available amount.
    3. if production get cancelled the amount should be added back to the original amount of each raw material.

    I have thought of a few different ways of going about it, but I am hoping somebody with more experience be able to tell me what is the most practical way To design the tables.

    Thank you in advance.
    Last edited by SaharaWizard; Mar 3rd, 2005 at 05:27 PM.
    Don't let your schooling get in the way of your education.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width