S
susanmgarrett
I have inherited the following database structure:
Track Table
Composer Table
Publisher Table
All are linked through indexed fields.
My issue is that I sometimes have multiple composers per track, as
well as multiple publishers per track.
I would like to create a query through which I can drop a flat file
per track, having the extra composers and publishers drop into fields
like Composer1, Composer2, Composer3 and Publisher1, Publisher2,
Publisher3.
How would I even go about setting this up?
Thanks.
Susan
Track Table
Composer Table
Publisher Table
All are linked through indexed fields.
My issue is that I sometimes have multiple composers per track, as
well as multiple publishers per track.
I would like to create a query through which I can drop a flat file
per track, having the extra composers and publishers drop into fields
like Composer1, Composer2, Composer3 and Publisher1, Publisher2,
Publisher3.
How would I even go about setting this up?
Thanks.
Susan