susanmgarrett
Registered User.
- Local time
- Today, 06:40
- Joined
- Dec 7, 2004
- Messages
- 41
I have inherited a relational database. I need to automate the creation of a flat file from this database in excel format for automated input into another database.
The problem is, I can't seem to figure out how to create a query that will combine the relational data into a flat file format.
Tables include:
Track (including track number)
Composer (including Track number)
Publisher (including track number)
Plus there are linking tables that link both composer and publisher to track.
It's easy enough to display the data using subforms and subreports based on grouping (there are sometimes multiple compuers per track and multiple publishers per composer). What I can't figure out is how to set up the query to result in a flat file that will fill in multiple information, as follows:
Track Composer1 Composer 2 Composer 3
I'm not a VBA programmer and am a moderate Access 2003 user.
Any assistance would be very much appreciated.
Thanks!
Susan
The problem is, I can't seem to figure out how to create a query that will combine the relational data into a flat file format.
Tables include:
Track (including track number)
Composer (including Track number)
Publisher (including track number)
Plus there are linking tables that link both composer and publisher to track.
It's easy enough to display the data using subforms and subreports based on grouping (there are sometimes multiple compuers per track and multiple publishers per composer). What I can't figure out is how to set up the query to result in a flat file that will fill in multiple information, as follows:
Track Composer1 Composer 2 Composer 3
I'm not a VBA programmer and am a moderate Access 2003 user.
Any assistance would be very much appreciated.
Thanks!
Susan