johnctholen
Registered User.
- Local time
- Today, 12:57
- Joined
- Jun 16, 2014
- Messages
- 15
Hi everyone,
I am building a select query which is grabbing data from multiple tables with items being linked by a unique field "Certificate_ID".
I have no idea why it is choosing to duplicate records and give me more than I want. I am sure I am overlooking something simple. Can someone please help me figure this out? I am sorry if it is something silly I am doing.
Thanks for the read.
John
I am building a select query which is grabbing data from multiple tables with items being linked by a unique field "Certificate_ID".
- I have created joins between table A and Table B, and Table A and Table C, linking both by Certificate_ID
- All have the join property set to select all Records from table A, but only those from Table B and Table C where the joined fields are equal.
I have no idea why it is choosing to duplicate records and give me more than I want. I am sure I am overlooking something simple. Can someone please help me figure this out? I am sorry if it is something silly I am doing.
Thanks for the read.
John