Results 1 to 4 of 4
  1. #1
    vercon is offline Novice
    Windows 7 32bit Access 2003
    Join Date
    Dec 2010
    Posts
    2

    Synchronized combo boxes in a table NOT A FORM?

    I have a table which includes two columns 'Catergory' and 'Application'. In the category field I'm using a lookup, but I want the 'Application' field to be populated according to what's been selected in the 'Category' field. Can somone explain how to do this?

  2. #2
    SteveH2508 is offline Competent Performer
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Chelsea, London, England
    Posts
    117
    1. You cannot do this in a table.

    2. You have a normalisation problem with your data. If a field in a table depends on another field in that table which is not the primary key field, you have what is called a transitive dependency. You should have a separate table related to the original with Category as the Primary Key and Application as another field. Category then becomes a foreign key in your original table.

    3. I would avoid using look-ups in tables as well - they cause all sorts of problems.

  3. #3
    vercon is offline Novice
    Windows 7 32bit Access 2003
    Join Date
    Dec 2010
    Posts
    2
    whats the best way to approach this then? basically I want a form which will display the details of a particular machine, then below a table showing what applications are running on that machine?

  4. #4
    SteveH2508 is offline Competent Performer
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Chelsea, London, England
    Posts
    117
    This is a classic main-form/sub-form set up. Machine on the main form and the Applications table sources the sub-form (1 to many relationship between Machine and Application tables). The wizard can set it up.

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

Similar Threads

  1. Replies: 16
    Last Post: 08-19-2010, 01:40 PM
  2. Help with form & combo boxes
    By rnjalston in forum Forms
    Replies: 1
    Last Post: 03-17-2010, 10:38 PM
  3. using a Form with combo boxes to generate reports
    By mistervelasco in forum Access
    Replies: 2
    Last Post: 10-28-2009, 03:38 AM
  4. Synchronized Combo Boxes
    By LesleaOH in forum Forms
    Replies: 34
    Last Post: 10-10-2009, 09:20 PM
  5. Combo boxes on a form
    By Maranna in forum Forms
    Replies: 1
    Last Post: 06-22-2009, 01:48 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