Background
Table A - a list of applications
Columns = ID - tblName - tblDescription
Table B - List of contacts
Columns = ID - tblContact
Table C - Combines data from A and B as follows.
ID - tblapplicationsid - tblcontactsid
Query columns = ID - tblapplicationsid - tblcontactsid - tblcontact
When I query table C and bring in table B to see the contact name the tblContact keeps returning multiple rows but in one record. Let me clarify this. The query returns only 2 records. When I click to enter the tblcontact column for the 2nd record I am able to scroll through 3 additional rows. I have verified I should only get the 2 records returned. I am unable to determine why the tblcontact column, for record 2, shows multiple rows.
Any help is appreciated.
Table A - a list of applications
Columns = ID - tblName - tblDescription
Table B - List of contacts
Columns = ID - tblContact
Table C - Combines data from A and B as follows.
ID - tblapplicationsid - tblcontactsid
Query columns = ID - tblapplicationsid - tblcontactsid - tblcontact
When I query table C and bring in table B to see the contact name the tblContact keeps returning multiple rows but in one record. Let me clarify this. The query returns only 2 records. When I click to enter the tblcontact column for the 2nd record I am able to scroll through 3 additional rows. I have verified I should only get the 2 records returned. I am unable to determine why the tblcontact column, for record 2, shows multiple rows.
Any help is appreciated.