Results 1 to 2 of 2
  1. #1
    uaguy3005 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    45

    Listbox question

    I'm creating an issue tracking database. This will track issues I'm having on multiple production lines. One of my fields in the issue table is what production line the issue is occurring on. Some issues can occur on multiple lines though. I set field in the table as a list box that will allow multiple values, on my form is there a way I can have the production line selection appear as radio buttons or check boxes? and still have them linked to the table.

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    if a single production line record is to have multiple issue records ; then you should structure it in 2 tables that will have a natural 1:Many relationship.

    in your form; assuming it has this subform approach - - it probably will not be easy for a novice to set up checkboxes/radiobuttons to write to the subform; it would be easier if you set up the subform's table to be a lookup field. Then have a 3rd table with a single column list of all issues - and have the Issues Table pull from that so they don't have to retype text each time...

    your Issues table needs to have a cross reference (foreign key) field to the Production table. When you set up the subForm into the main form - the wizard will see that this value is automatically entered.

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

Similar Threads

  1. Columns in a Listbox
    By craigalaniz in forum Access
    Replies: 3
    Last Post: 01-07-2010, 01:11 PM
  2. Cancel listbox selection
    By vba-dev in forum Access
    Replies: 0
    Last Post: 10-26-2009, 12:18 PM
  3. Replies: 3
    Last Post: 08-11-2009, 02:21 PM
  4. Replies: 1
    Last Post: 04-09-2009, 09:18 AM
  5. adding list to a listbox
    By jetrow in forum Access
    Replies: 0
    Last Post: 08-15-2006, 03:36 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