ChuckCasey
MIS
I have 3 unrelated tables with the following fields:
table1 table2 table3
WireNo RecordNo RecordNo
SDate Sdate Sdate
EmpNo EmpNo EmpNo
XferAmt Amt OrAmt
Fee Fee Fee
I need to create one report that has three sections, one for each table. The user will enter a beginning and end date and the EmpNo. I only want them to enter the information once, not three times.
I got way off track by creating a union query to combine the tables, which allowed the criteria to be entered only once, then figured out I couldn't separate the data into the sections I wanted.
Can someone please point me in the right direction? Thanks.
table1 table2 table3
WireNo RecordNo RecordNo
SDate Sdate Sdate
EmpNo EmpNo EmpNo
XferAmt Amt OrAmt
Fee Fee Fee
I need to create one report that has three sections, one for each table. The user will enter a beginning and end date and the EmpNo. I only want them to enter the information once, not three times.
I got way off track by creating a union query to combine the tables, which allowed the criteria to be entered only once, then figured out I couldn't separate the data into the sections I wanted.
Can someone please point me in the right direction? Thanks.