M
mcarlyle via AccessMonster.com
OK I read through every post I can find; however, I do not believe anyone
else has tried to do what I am doing. I need to export records with more
than 255 fields to excel. To do this it has to be vertical. I am merging 3
tables into one export file.
I need to send data that is all tied with one ID field from 3 tables. The
trick is I need to send it out vertically instead of the normal horizontal
fashion.
Example
Table 1
ID FirstName LastName Address City State Zip ...........
Table 2
ID CreditorName AccountNumber Balance
Table 3
ID Note Date Rep
I would like it to output like this
IDFirstName John
LastName
Address
City
State
Zip
.. (lots of other fields)
.. (lots of other fields)
.. (lots of other fields)
CreditorName
AccountNumber
Balance
Note
Date
Rep
I tried to create a cross tab query to do this;however, it will not handle
the number of rows I have. Also it counts the data instead of listing it
else has tried to do what I am doing. I need to export records with more
than 255 fields to excel. To do this it has to be vertical. I am merging 3
tables into one export file.
I need to send data that is all tied with one ID field from 3 tables. The
trick is I need to send it out vertically instead of the normal horizontal
fashion.
Example
Table 1
ID FirstName LastName Address City State Zip ...........
Table 2
ID CreditorName AccountNumber Balance
Table 3
ID Note Date Rep
I would like it to output like this
IDFirstName John
LastName
Address
City
State
Zip
.. (lots of other fields)
.. (lots of other fields)
.. (lots of other fields)
CreditorName
AccountNumber
Balance
Note
Date
Rep
I tried to create a cross tab query to do this;however, it will not handle
the number of rows I have. Also it counts the data instead of listing it