Results 1 to 2 of 2
  1. #1
    silentsiren76 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Posts
    1

    Using form/subform for multiple records

    I would like to create multiple records with one form where data in several fields is copied to each record. The fields that need to be copied are in the form where the fields for each unique record are in a subform. There may be a better way to set this up but this is all I've come up with so far.

    I need the form to create multiple records with the same date, machine #, product name, lot #. Once that information is entered, I can enter in multiple reject types and amounts for that product. I need each reject type and amount in a different record for that lot/product and then I choose when to change the date, machine, product, and lot fields.

    Right now, I can enter the information that I need copied to each record but it doesn't carry forward to the records where I enter the information on the sub-form.



    I hope all that is clear. Any help would be greatly appreciated!

    Amy
    Attached Files Attached Files
    Last edited by silentsiren76; 05-17-2013 at 10:48 AM. Reason: added attachment

  2. #2
    rzw0wr is offline I will always be a newbie
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Indiana
    Posts
    479
    Take a look at your tables first.
    Machine,Products and Reject Reasons should have a PK type as autonumber.
    Use the new PK as a relationship to the FK of the othe tables.

    Example, tblMachine
    tblMachine_ID Autonumber PK
    Machine Text

    Same with products. Change Reject Reasons to one word. No spaces in object names.

    In tblMachine you will have relationships to all the other tables 1 to many.
    The other tables will have a FK to tblMachine PK.

    let us know if we can help further.


    DB project.zip

    Dale

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

Similar Threads

  1. Replies: 1
    Last Post: 04-08-2013, 11:58 AM
  2. Multiple Records from a Form/Subform
    By Schowti in forum Access
    Replies: 39
    Last Post: 06-18-2012, 01:32 PM
  3. Multiple records in a subform
    By rashima in forum Forms
    Replies: 4
    Last Post: 05-15-2012, 09:50 PM
  4. Replies: 18
    Last Post: 01-27-2012, 12:53 PM
  5. Multiple Subform records
    By Lupson2011 in forum Access
    Replies: 2
    Last Post: 08-24-2011, 08:49 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