I am trying to create a report from two tables, Cust_ID is the first field.
TABLE 1:
Cust_ID field2 field3 field4 field5..................
1 blah blah blah blah
2 blah blah blah blah
3 blah blah blah blah
TABLE 2:
Cust_ID field_B field_C field_D.....................
1 blah blah blah
1
1 blah blah
1 blah blah
2 blah blah
2 blah blah
2
2 blah blah blah
My problem is getting all rows from TABLE 2 for any customer on the same page of the report as the row from TABLE 1. When I run a report I get as many pages per customer as there are rows in TABLE 2 with the info from TABLE 1 on one of the pages. I would like to create a query from which I can run the report. The tables are filled with information I receive in delimited text files.
Thanks for your time and consideration,
Randy
TABLE 1:
Cust_ID field2 field3 field4 field5..................
1 blah blah blah blah
2 blah blah blah blah
3 blah blah blah blah
TABLE 2:
Cust_ID field_B field_C field_D.....................
1 blah blah blah
1
1 blah blah
1 blah blah
2 blah blah
2 blah blah
2
2 blah blah blah
My problem is getting all rows from TABLE 2 for any customer on the same page of the report as the row from TABLE 1. When I run a report I get as many pages per customer as there are rows in TABLE 2 with the info from TABLE 1 on one of the pages. I would like to create a query from which I can run the report. The tables are filled with information I receive in delimited text files.
Thanks for your time and consideration,
Randy