Results 1 to 3 of 3
  1. #1
    M.West is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Aug 2012
    Posts
    2

    Simple question

    Hi

    As I am quite a novie in Access, I have a rather simple question.
    But it would mean a lot to me if some could help me!

    I am designing a database to store data of a combination of employees and trainingprograms.
    In the table employees; each employee should be linked to multiple training programs.
    And in the table training programs; each program should be linked to multiple employees.

    Now the question is:
    How can I put multiple ID's (f.e. of training programs) in one row of an employee and vice versa.
    Can I just comma separate them in one record?



    Your advice would be very much appreciated.

    Thanks in advance.

  2. #2
    R_Badger is offline Knows a few tricks
    Windows XP Access 2003
    Join Date
    Feb 2012
    Location
    Suffolk, UK
    Posts
    262
    Actually the trick is you dont!

    What you do is have a junction table tbl_trg_allocation

    Allocation_ID, Emp_ID , Trg_ID

    you then use that to allocate employees to training.

    Sounds like you could use a read on database normalization, a good guide to it is here

  3. #3
    M.West is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Aug 2012
    Posts
    2
    Quote Originally Posted by R_Badger View Post
    Actually the trick is you dont!

    What you do is have a junction table tbl_trg_allocation

    Allocation_ID, Emp_ID , Trg_ID

    you then use that to allocate employees to training.

    Sounds like you could use a read on database normalization, a good guide to it is here
    Thank you.
    Your answer got me set-up on learning more about many-to-many relationship.

    The company I work for and European economy thanks you.

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

Similar Threads

  1. A simple question:
    By kosti in forum Queries
    Replies: 4
    Last Post: 10-12-2011, 11:46 AM
  2. Simple VBA Question
    By koper in forum Access
    Replies: 1
    Last Post: 01-20-2011, 12:07 PM
  3. Simple question
    By KenM in forum Queries
    Replies: 1
    Last Post: 11-10-2009, 03:32 PM
  4. Simple question?
    By roads.zx in forum Access
    Replies: 0
    Last Post: 10-15-2009, 04:56 PM
  5. Very simple question!
    By fiddley in forum Programming
    Replies: 2
    Last Post: 04-28-2009, 02:16 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