Results 1 to 2 of 2
  1. #1
    pierre00438 is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jul 2011
    Posts
    1

    Basic problem


    My problem is this one:

    I have table named "Instrumentation" who's linked to a table "Project" by an ID and sometimes the instrument is assign to several project. Is it possible to make these links in only one field of the table "Instrumentation" ??? If not, what is the best way to solve this? Make several fields named "Project ID" and all linked it to the "Project" table.

    Thank you very much

    pierre00438

  2. #2
    vicrauch is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2011
    Location
    Sacramento
    Posts
    27
    The "one" table should be the Instrumentation table, with the "many" being the Project table. But, if you can have one instrument assigned to many different Projects, and any Project can have many different instruments, then you would need a "link" table between this two tables. Basically, all you would need in this "link" table is two fields, the ID field from the Instrumentation table, and the ID from the Project table. That way, given a specific Project, you would be able to see what instruments are assigned to that project. Likewise, given a specific instrument, you could see which Project that instrument is assigned to.

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

Similar Threads

  1. Basic Access Help
    By alex2300 in forum Access
    Replies: 2
    Last Post: 06-07-2011, 09:42 AM
  2. basic help
    By garyptaylor in forum Access
    Replies: 3
    Last Post: 05-17-2011, 01:27 PM
  3. Very new to VBA, could use some basic help
    By oregoncrete in forum Programming
    Replies: 13
    Last Post: 03-24-2011, 09:30 AM
  4. basic (sorry) question
    By wokeeffe in forum Database Design
    Replies: 1
    Last Post: 12-21-2010, 11:20 AM
  5. Problem when activate the Visual Basic Editor
    By milo in forum Programming
    Replies: 0
    Last Post: 05-21-2007, 09:05 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