Results 1 to 5 of 5
  1. #1
    ChrisBits is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Jan 2017
    Posts
    3

    Creating Compatibility Matrix


    I am interested in creating a form that would display a compatibility matrix. Something like this:

    Click image for larger version. 

Name:	animalCompatibility.png 
Views:	11 
Size:	15.7 KB 
ID:	27178
    Has anyone every done something similar with access? Any tips?

  2. #2
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,471
    Might need to create query linking those 2 tables, then research creating a Crosstab query off of that query to display on form or report.

  3. #3
    ChrisBits is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Jan 2017
    Posts
    3
    Great, thank you. The only complication will be that the table contains a 1 > 2 relationship but not a 2 > 1 relationship (since it would be redundant). But this is pointing me in the right direction, thank you.

  4. #4
    ChrisBits is offline Novice
    Windows 10 Access 2013 64bit
    Join Date
    Jan 2017
    Posts
    3
    Here is the solution to get past the 1 > 2 relationship but not a 2 > 1 relationship issue!!

    Create a query of your table, and union the columns together:
    SELECT col1, col2, result FROM table
    UNION col2, col1, result FROM table

    No create your crosstab query based on that query and it will work.

  5. #5
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,471
    Click image for larger version. 

Name:	Query.jpg 
Views:	6 
Size:	40.3 KB 
ID:	27184
    So to test I have 2 tables, you link the Animals one in there twice so you can link to each of those Animal columns, that query should show what you have for your martix. Now start a new Query and do the Wizard to create a Crosstab using the above query.
    Attached Thumbnails Attached Thumbnails Query.jpg  

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

Similar Threads

  1. Matrix Report
    By Pakistan in forum Access
    Replies: 1
    Last Post: 02-28-2015, 03:35 AM
  2. VBA Programming of P_I Matrix in Access
    By Bretz217 in forum Programming
    Replies: 19
    Last Post: 02-25-2013, 08:20 AM
  3. matrix display
    By radujit in forum Queries
    Replies: 1
    Last Post: 01-25-2011, 10:37 AM
  4. Automatically updating matrix
    By reuip in forum Access
    Replies: 2
    Last Post: 06-08-2010, 08:04 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