Results 1 to 7 of 7
  1. #1
    premis is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Posts
    33

    creating connections between forms

    Ok, I'm not real sure how to word this, I'll try my best and include a picture.

    I have a database that tracks my client information. The forms also include the agent servicing the client and the referral source from where the client came from. I also have tables and forms for each referral source and agent. Currently, if a client is referred by a referral source I go to the referral source table and make a note of it in a text box. Instead, could I tie the referral source and client table together? If, on the client form, I select that a client "Tom" came from my referral source "john" could it tie the client to the referral and note it on the referral form? My referral box on the client form sources the table of my referrals.



    Hope that makes sense.Click image for larger version. 

Name:	Untitled-1.jpg 
Views:	8 
Size:	110.3 KB 
ID:	11741

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Not quite making sense.

    Agents is a table of all possible agents to select from?

    ReferralSources is a table of all possible sources to select from?

    If so, you need a field in Clients to save the referral ID. Is that the Source box you show on form?
    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
    premis is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Posts
    33
    Thanks for the reply, I know it's a little hard to explain.


    Agents is a table of all possible agents to select from?
    correct

    ReferralSources is a table of all possible sources to select from?
    correct

    If so, you need a field in Clients to save the referral ID. Is that the Source box you show on form?
    Yes, the source box pulls from the referralSources table.

    I'm trying to automatically modify the record of the person that makes the referral in the RefrerralSources table based on if I select their name on the client form. Maybe that will help....

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    What needs to be modifed in the referral source record?
    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
    premis is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Posts
    33
    Quote Originally Posted by June7 View Post
    What needs to be modifed in the referral source record?
    A field to list all of the client records that the referral is tied to.

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    The would be a multi-value field. I NEVER use multi-value field.

    You already have that information available with the data that is in the Clients table. Query the Clients table for all the records a ReferralSource is associated with.
    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
    premis is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Posts
    33
    Quote Originally Posted by June7 View Post
    The would be a multi-value field. I NEVER use multi-value field.

    You already have that information available with the data that is in the Clients table. Query the Clients table for all the records a ReferralSource is associated with.
    hmm, that's a good point. I suppose that would suffice. Thanks again for the help!

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

Similar Threads

  1. Query doest not show in Data Connections in Excel 2007
    By adt29 in forum Import/Export Data
    Replies: 4
    Last Post: 03-11-2013, 10:41 AM
  2. Replies: 0
    Last Post: 11-08-2012, 09:34 AM
  3. Multiple connections to a single backend
    By shabbaranks in forum Access
    Replies: 1
    Last Post: 01-09-2012, 04:38 AM
  4. Error using left join accessing 2 active connections
    By peterg2000 in forum Programming
    Replies: 0
    Last Post: 10-05-2009, 05:04 PM
  5. Creating professional looking forms.
    By Rameez in forum Forms
    Replies: 6
    Last Post: 06-19-2009, 03:56 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