Results 1 to 9 of 9
  1. #1
    dichotomous is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2012
    Posts
    6

    Table Structure and forms

    Hi

    I've given you a copy of my Database.

    If you look at relationships you'll see the main tables

    Hazard class. Join. Specific hazname. Control data.

    Control is a sub sheet of specific.

    One to many relationship from Spec to Join and From Haz Class to Join.

    Join contains other data like date reviewed, significance and harm (look up fields).

    I want to edit control data keeping Class & Specific Haz Name in view.

    Class is the general category under which the specific hazards are recorded and then control data added.

    Problems Ive encountered:

    Please advise the best way to present for editing on a form.



    thanks in advance.

    If you don't like my database design, please say so and make any suggestions
    Attached Files Attached Files

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Options:

    1. single form bound to joinhaznamespec with comboboxes to select Hazard_Class (note the underscore is missing from your actual field name) and SpecificHazName

    2. main form bound to HAZNAME2 and subform bound to joinhaznamespec with a combobox to select SpecificHazName

    3. main form bound to HAZSPECS and subform bound to joinhaznamespec with a combobox to select Hazard_Class
    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.

  3. #3
    dichotomous is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2012
    Posts
    6
    I'll have a crack. Just one note, the combo box - is it bound or unbound? What purpose is the combo box, does it select then store a value, or, is it just to keep that record in focus???

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Bound combobox.
    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.

  5. #5
    dichotomous is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2012
    Posts
    6
    i can't seem to get the combo box to bring into focus the record I want. When I use the wizard i don't get the option of 'find record on my form based on value' ???

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    The combobox in subform is not to find a record, it is to select item from dropdown and save that value to record in joinhaznamespec. That's what a bound data control is for.

    If you want to use a combobox as input for filter criteria, it must be unbound.
    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.

  7. #7
    dichotomous is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2012
    Posts
    6
    Ok. Wil come back to you later after some work. thanks for help thus far.

  8. #8
    dichotomous is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2012
    Posts
    6
    thanks so much June7. You're prompts were a real help to me. My form is working great. How do I mark this as solved?

  9. #9
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Thread Tools dropdown above first post.
    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. Help with Table Structure
    By medtech2 in forum Database Design
    Replies: 5
    Last Post: 10-14-2011, 05:43 PM
  2. Replies: 3
    Last Post: 09-12-2011, 12:53 AM
  3. Simple Requery Structure - Continous Forms
    By JeffG3209 in forum Programming
    Replies: 8
    Last Post: 06-10-2011, 07:18 PM
  4. Table Structure
    By riley73 in forum Database Design
    Replies: 5
    Last Post: 05-03-2011, 07:13 AM
  5. Table Structure
    By megabrown in forum Database Design
    Replies: 1
    Last Post: 11-18-2010, 04:12 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