i have 3 tables with different fields in them except for two, account# and charge#. i need to combine in such a way that the first output row would have the table 1 fields, the next row table 2 fields and the next row table 3 fields for each account/charge number like so...
row 1: facility#, lic#, account type
row 2: diag#, diag description
row 3: proc#, proc description
row 4: facility#, lic#, account type for the next account/charge combination
row 5:...
row 4 would begin for the next account/charge.
i'm not sure how to output the data sorted in this way.