DoyleDoyle
12 years agoQrew Member
How do I set up a one-to-one relationship between tables?
Both tables contain unique project numbers as their common reference. Table B contains data on more projects than Table A contains. Table B is updated with refreshed data periodically. Table A is a list of projects which is a sub-set of what is found on Table B. I need to be able to link some of the columns in Table A to the corresponding data from that same project in Table B, so as to pull in fresh data updates from B when they occur. There is only ONE instance of each project number on either table, so a one-to-many relationship is irrelevant. I need to set up one-to-one relationships based on project numbers. How do I do this?