Results 1 to 5 of 5
  1. #1
    Trixdawabbit is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    2

    Unhappy Help assigning deals to investors in a form

    Hello,

    I need help pulling investment deal names and displaying them along with an investor's other information. It can best be explained with an excel file I'm linking to. I can't share the database file, because it contains sensitive information. Please check out the excel file and let me know if you have any suggestions. Link: https://dl.dropboxusercontent.com/u/...0Database.xlsx (also attached)Help Me Investor Access Database.zipHelp Me Investor Access Database.zip

    Thank you,



    Nick

  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
    Do these tables have 1-to-1 relationship? If so, why not just 1 table.

    Multiple similar name fields indicates a non-normalized table structure. Investors are limited to 5 deals. You offer only 5 deals? If you ever add deals, will have to restructure tables, queries, forms, reports.
    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
    Trixdawabbit is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    2
    Quote Originally Posted by June7 View Post
    Do these tables have 1-to-1 relationship? If so, why not just 1 table.

    Multiple similar name fields indicates a non-normalized table structure. Investors are limited to 5 deals. You offer only 5 deals? If you ever add deals, will have to restructure tables, queries, forms, reports.
    Thanks for responding so quickly! We have way more than five deals, I just stopped at five for illustrative purposes. I assume that when a deal is added, I can just add a new column onto the table.

    The tables have the same investor names, and they are tied together by those names. Do you have any idea how I could pull the column title (the name of the deal) into a form based on whether an investor has a non-zero value in that column (columns are deals)?

    Thank you

  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
    As I said, add a new deal then need to modify tables, queries, forms, reports, and maybe even code.

    Fields cannot be retrieved 'conditionally'. They are either in the query or they aren't.

    Because the Deals table is not normalized and tables are 1-to-1, would simplify if you just combined the tables.

    Otherwise, do a query that includes the Deals table with join type "Include all records from Clients and only those from Deals that match".

    Or do a subform or listbox to retrieve the related Deals 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
    orange's Avatar
    orange is online now Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Further to June7's suggestion, and perhaps a bit more direct - you don't keep adding columns to tables. You design your tables and relationships to meet your requirements. But to appreciate the design process of a database you need to do a little research or work through a tutorial or two. Here is a tutorial that leads you through the basics to a sound design.

    Good luck.

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

Similar Threads

  1. Replies: 3
    Last Post: 07-25-2013, 05:19 PM
  2. assigning a variable
    By crowegreg in forum Programming
    Replies: 1
    Last Post: 08-22-2011, 05:55 PM
  3. Assigning value to an image
    By cdzajp in forum Forms
    Replies: 1
    Last Post: 06-16-2011, 12:05 PM
  4. Replies: 5
    Last Post: 06-10-2011, 03:31 PM
  5. Assigning an Automatic PO #
    By nag3397 in forum Access
    Replies: 1
    Last Post: 01-27-2011, 02:22 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