I know I'm going to explain myself very badly, so I only hope someone knows what I'm getting at:
You have a Table A with columns: Client (Primary Key), Country and Contact and a Table B with columns: Project (Primary Key), Client and Country (for example).
If the relationship between A and B is Client to Client and one to many there appears in the table A a seperate column (with the minute "+" signs) where you can click on each line and all the projects from from table B relating to the client in table A appear on top of the table A.
I have changed the Primary key in Table A from Client to Client & Country (both columns) and creating a one to many relationship with the Client and Country columns from Table B. I assumed that this would mean that I could still click on each line of Table A and see all of the projects that relate to the client and country on the selected line. However, the column with the "+" signs no longer appears so I no longer have this info available with a simple click on the table. I know I can create forms and queries, but I would like to maintain this access. Am I doing something wrong or is it simply that having two columns as the primary key automatically excludes this possiblility?
Hoping someone understands and has the answer,
Thanks.
You have a Table A with columns: Client (Primary Key), Country and Contact and a Table B with columns: Project (Primary Key), Client and Country (for example).
If the relationship between A and B is Client to Client and one to many there appears in the table A a seperate column (with the minute "+" signs) where you can click on each line and all the projects from from table B relating to the client in table A appear on top of the table A.
I have changed the Primary key in Table A from Client to Client & Country (both columns) and creating a one to many relationship with the Client and Country columns from Table B. I assumed that this would mean that I could still click on each line of Table A and see all of the projects that relate to the client and country on the selected line. However, the column with the "+" signs no longer appears so I no longer have this info available with a simple click on the table. I know I can create forms and queries, but I would like to maintain this access. Am I doing something wrong or is it simply that having two columns as the primary key automatically excludes this possiblility?
Hoping someone understands and has the answer,
Thanks.