C
Charles
I need to export the contents of three queries into one text file. An
"OrderID" field relates all three queries and a "TableID" field
differentiates them.
Here is an example of the result I'm searching for:
The resulting ASCII text file must have as its first line the FIRST record
from "Query A". The second line should be the RELATED FIRST record in Query
B. The third line should be the RELATED FIRST record in Query C. The
fourth line should be the SECOND record from Query A. The fifth line should
be the RELATED SECOND record from Query B. The sixth line should be the
RELATED SECOND record from Query C......and so on through the entire
recordset.
Is this even possible in Access?
Thank you.
"OrderID" field relates all three queries and a "TableID" field
differentiates them.
Here is an example of the result I'm searching for:
The resulting ASCII text file must have as its first line the FIRST record
from "Query A". The second line should be the RELATED FIRST record in Query
B. The third line should be the RELATED FIRST record in Query C. The
fourth line should be the SECOND record from Query A. The fifth line should
be the RELATED SECOND record from Query B. The sixth line should be the
RELATED SECOND record from Query C......and so on through the entire
recordset.
Is this even possible in Access?
Thank you.