Results 1 to 4 of 4
  1. #1
    Darkmatter5 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jul 2012
    Posts
    11

    Joiner table and form

    If I have the following tables:



    ConsolidatedAccounts
    ID
    AccountNumber

    IndividualAccounts
    ID
    AccountNumber

    joiner_ConInd
    conAccID
    indAccID

    conAccID has a relationship to ConsolidatedAccounts.ID
    indAccID has a relationship to IndividualAccounts.ID

    How should I build a form that lets you scroll through consolidated accounts and has a list of individual accounts with checkboxes and lets me place checks next to the individual accounts that are a part of the consolidated account?

    Thanks!

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    What is purpose of check box?
    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
    Darkmatter5 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jul 2012
    Posts
    11
    The checkbox says this individual account is joined to the form consolidated account.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    No it doesn't. They only way to associate records is with PK/FK fields.

    Options for data entry/edit form:

    1. single form bound to joiner_ConInd with comboboxes to select Consolidated and Individual accounts

    2. main form bound to Consolidated and subform bound to joiner_ConInd with combobox to select Individual account

    3. main form bound to Individual and subform bound to joiner_ConInd with combobox to select Consolidated account
    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. Replies: 6
    Last Post: 12-13-2014, 09:20 PM
  2. Replies: 1
    Last Post: 07-01-2014, 01:41 PM
  3. Replies: 2
    Last Post: 10-07-2013, 11:01 AM
  4. Replies: 2
    Last Post: 08-01-2011, 11:35 PM
  5. Replies: 1
    Last Post: 03-08-2010, 02:32 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