Results 1 to 2 of 2
  1. #1
    ORL65 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Nov 2011
    Posts
    1

    Normalization for creating batch process records

    I am just getting started creation a new database for batch process production records that will be filled completed in the field real time. I had started out creating a table that had fields for each step of the process. Such as:


    [Batch number]
    [Equipment] (lookup)
    [Process] (lookup)
    [Step 1 start time]
    [Step 1 comments]
    [Step 2 Start time]
    [Step 2 comments]
    [Step 3 start time]
    [Step 3 comments]

    I have seperate tables for listing equipment, Processes and standard times for each step of the process.

    I realize that another way of doing it would be to create another table with a list of the process steps and then my table would look somethink like this.

    [Batch number]
    [Equipment] (Lookup)
    [Process] (lookup)
    [Step] (Lookup)
    [Start time]

    The problem is, I want a form (batchsheet) that already has all of the steps listed for the data entry person and simply a blank for them to enter what time they completed each step. I dont want the client to have to select a [step]. Any suggestion?


  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,640
    I would always favor the normalized design. One option would be to automatically create a record for each step at whatever the appropriate point is (perhaps when they've chosen a process?). That would likely be accomplished with an append query based on your table of steps, using the previously filled in values for batch number, etc.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Creating records
    By Daryl2106 in forum Access
    Replies: 2
    Last Post: 12-10-2011, 05:37 PM
  2. Access 2007 - Creating New Records Based on Existing Records
    By GeorgeAugustinePhillips in forum Forms
    Replies: 9
    Last Post: 10-05-2011, 05:58 PM
  3. Efficient Process?
    By compooper in forum Database Design
    Replies: 1
    Last Post: 06-14-2011, 03:01 PM
  4. Normalization
    By U810190 in forum Access
    Replies: 1
    Last Post: 03-30-2010, 04:55 PM
  5. Replies: 5
    Last Post: 01-05-2010, 10:22 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