Results 1 to 2 of 2
  1. #1
    kgbo is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2013
    Posts
    10

    Question Binding Help

    I have created multiple tables with data. From there, I developed a form that each table will be placed on the form and an individual can select an option from each table. From there, I would like for what the individual selects to be placed in its own column on a Master Report.



    So, if one user opens the form and selects their different information, it would relay into one row with the information in each individual column?

    How exactly is this done? I am a bit new to access.

  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
    52,931
    This is not proper design of relational database. Should not duplicate data.

    Bind a form to the destination table, create combobox bound to field of destination table that references other table as RowSource. Select value from combox list to save the unique ID of the 'lookup' record into the field of destination table.
    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. How do I achieve late binding on a Chart?
    By RocketMonkey in forum Forms
    Replies: 1
    Last Post: 02-12-2013, 02:11 PM
  2. Binding a checkbox to a subform
    By Bhat59 in forum Forms
    Replies: 3
    Last Post: 10-20-2011, 08:48 PM
  3. Binding 'count' <>1 to appropriate key
    By Captain Database ...!! in forum Queries
    Replies: 2
    Last Post: 06-09-2011, 06:44 PM
  4. Binding a Combo Box Search Result
    By cvansickle in forum Forms
    Replies: 2
    Last Post: 12-06-2010, 11:03 AM
  5. binding report field to variable
    By frente in forum Reports
    Replies: 1
    Last Post: 10-19-2009, 02:48 AM

Tags for this Thread

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