Results 1 to 2 of 2
  1. #1
    panza1370 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jun 2012
    Posts
    1

    Form to Create Multiple Records

    Hi AF,


    I maintain an Access database for a lab that experiments with mice. Every day new pups are born and we enter their information into our database which includes the following: ID# (Unique Key), Experimental_Condition, Date_Of_Birth, Mother_ID, Father_ID, and Genotype. For each litter born, all the pups of the litter will have identical information for all of the fields except for Genotype (which is determined several days after birth and initial entry). Because we work with so many mice, it would be a great time saver if I were able to create a form that would take the experimental condition, mother, father, date of birth, and litter size and create multiple records in our database based on the litter size, as opposed to having to enter the same information independently for each pup of a litter. Any help with this would be GREATLY appreciated.

    Thanks,
    Adam

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    You could have table for Litters then a related child table for the individual pups and their specific info. Consider:

    tblLitters
    ID (primary key)
    Experimental_Condition
    Date_Of_Birth
    Mother_ID
    Father_ID

    tblPups
    ID (primary key)
    LitterID (foreign key)
    Gender
    Genotype

    Then use form/subform arrangement to synchronize the related records. Main form bound to tblLitters and subform bound to tblPups.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 4
    Last Post: 03-26-2012, 08:36 AM
  2. Create Multiple Records from Single Form
    By mcktigger in forum Forms
    Replies: 17
    Last Post: 09-15-2011, 11:07 AM
  3. Create multiple records with 1 form?
    By bergjes in forum Forms
    Replies: 4
    Last Post: 04-14-2010, 06:16 AM
  4. Trying to create multiple records from a form
    By ed_hollywood in forum Forms
    Replies: 4
    Last Post: 04-02-2010, 10:57 PM
  5. Replies: 3
    Last Post: 06-01-2009, 01:41 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