I have a database which is Oracle, with an Access front end. I'm trying to determine if I can join multiple tables into a single row. The tables are...
Thanks for the help!
Gary
Code:
Table A Link Table Table B Table C
A1 A1-B1 B1 C1
A1-B2 B2
A1-C1
Is there a way to join all of those tables into a single record so it would look like....
A1 B1 B2 C1
Gary