Results 1 to 2 of 2
  1. #1
    LClarke is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Jun 2016
    Posts
    4

    Linking Records on a Form


    I am creating an events database where there are events and clients. These clients have a one to many relationship with the events. On the event details form (a split view form) I am able to select the ID (Client Reference) in a combo box so that it links with the event. However I think this is not ideal as it is not possible to remember the ID of each client so is there a way that I can instead have the client names in the combo box so the client name can be selected instead of their ID? I hope that makes sense.

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,932
    is there a way that I can instead have the client names in the combo box so the client name can be selected instead of their ID?
    yes. In your combobox:

    1. set the rowsource to something like 'SELECT ClientID, ClientName FROM tblClients'
    2. Set the number of columns to 2
    3. Set the columnwidth to 0
    4. Set the bound column to 1

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

Similar Threads

  1. Replies: 13
    Last Post: 02-28-2016, 06:30 AM
  2. Linking records
    By Ashley25 in forum Access
    Replies: 8
    Last Post: 08-14-2014, 04:41 PM
  3. Linking Mutiple Records to Single Records
    By LukeJ Innov in forum Access
    Replies: 3
    Last Post: 04-23-2013, 08:59 AM
  4. Linking records
    By Joe_A in forum Database Design
    Replies: 3
    Last Post: 11-04-2011, 12:36 PM
  5. Linking Records
    By timryder in forum Access
    Replies: 6
    Last Post: 09-08-2008, 04:00 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