G
Guest
I have a query from MAINTABLE with two joins to children tables, print
records where >= Date() - 30
so for the first customer 6 reocords might print out becuase customer1 might
have 3 children in tabel2 and 8 children in tABLE 2
All I need is for the FIRST record to print for each customer.....the other
"children records are not necessary and just take up space. How can I get
the query to output just the first instance of each customer and joined data?
records where >= Date() - 30
so for the first customer 6 reocords might print out becuase customer1 might
have 3 children in tabel2 and 8 children in tABLE 2
All I need is for the FIRST record to print for each customer.....the other
"children records are not necessary and just take up space. How can I get
the query to output just the first instance of each customer and joined data?