I have an Access Database that I need to stagger the two tables on output. Both tables have the same number of records, but different data and I need to show line 1 of table A, then on a new line I need to show line 1 from table B, then on a new line line 2 from table A and then on a new line line 2 from table B.
Example:
Table A
A 1 TEST-A FILE-A
A 2 TEST-A FILE-A
Table B
B 1 TEST-B FILE-B
B 2 TEST-B FILE-B
I need to use Transfertext to get it to look like this
A 1 TEST-A FILE-A
B 1 TEST-B FILE-B
A 2 TEST-A FILE-A
B 2 TEST-B FILE-B
Any help would be greatly appreciated!
Stump
Example:
Table A
A 1 TEST-A FILE-A
A 2 TEST-A FILE-A
Table B
B 1 TEST-B FILE-B
B 2 TEST-B FILE-B
I need to use Transfertext to get it to look like this
A 1 TEST-A FILE-A
B 1 TEST-B FILE-B
A 2 TEST-A FILE-A
B 2 TEST-B FILE-B
Any help would be greatly appreciated!
Stump