Hi,
I need to make my relational database into an excel file.
In the database there is:
tblEmployees
tblJobHistory
tblDistributionActual
There is 1 Employee per JobHistory, but 1 + DistributionActual per JobHistory.
I need to make a "flat file" where for each Employee there is one record, one JobHistory, and an unlimited number of DistributionActual records. Everything must be on one line in a spreadsheet. I will need to generate a name for each of the Distributions (I know no one has more than 10).
I am sure that a Union Query will do what I need, but I can't seem to make it work.
Any help you can give would be greatly appreciated.
I need to make my relational database into an excel file.
In the database there is:
tblEmployees
tblJobHistory
tblDistributionActual
There is 1 Employee per JobHistory, but 1 + DistributionActual per JobHistory.
I need to make a "flat file" where for each Employee there is one record, one JobHistory, and an unlimited number of DistributionActual records. Everything must be on one line in a spreadsheet. I will need to generate a name for each of the Distributions (I know no one has more than 10).
I am sure that a Union Query will do what I need, but I can't seem to make it work.
Any help you can give would be greatly appreciated.