C
Clementius
Hi,
I have two tables linked by one-to-many relationship: tblCustomer &
blackout. One customer can have many accounts. I would like to create labels
that include Customer information and also an aggregate of account numbers
for that customer as in:
John Smith
765 - 766 - 785
Address 1
City, State, Zip
I'd like to create a query that select all needed info from tblCustomer and
aggregate all Account from blackout for that customer. Any suggestions on
how I can accomplish this? Thank you. C
I have two tables linked by one-to-many relationship: tblCustomer &
blackout. One customer can have many accounts. I would like to create labels
that include Customer information and also an aggregate of account numbers
for that customer as in:
John Smith
765 - 766 - 785
Address 1
City, State, Zip
I'd like to create a query that select all needed info from tblCustomer and
aggregate all Account from blackout for that customer. Any suggestions on
how I can accomplish this? Thank you. C