Hello,
I have two quieries that I have sorted out to.
A Table: Fields in this table are: Record Type, Number, Dept, Spaces
B Table: Fields in this table are: Record Type, Pay Type, Shift, Week,Hours, Position, X Dept, Code, Ent
My goal here is that I want to combine these two quieries and export them to one file. I need them to read the following in the export file.
Record from A table
Record from B table
Record from A table
Record from B table
The B table is in relationship to the A table. I need it to read like that for each record in the quieries. I cant figure out how to do it. I can create a common identifier between the two tables (emp ID) but i still cant figure out how to do it. I have all the information there i just need to like shuffle the information, so i can get it to output correctly.
Any Ideas would be greatly appreciated. .
Thanks