G
Guest
I have 2 tables, Master (one) and Transactions (many). The tables link with
custid. I would like to print each transaction in the Transactions table for
each person in the Master table horizonally. I need to put conditions on it
so they print in the correct column.
Example:
Person, address
Transaction Transaction Transaction
Transaction
Person, address
Transaction
Transaction
The amount of transactions could be different for each person but they will
need to print the same types of transaction in each column.
Any ideas would be appreciated. Do I need to write code to create a query
that carries one record per person?
Thanks, Sarah
custid. I would like to print each transaction in the Transactions table for
each person in the Master table horizonally. I need to put conditions on it
so they print in the correct column.
Example:
Person, address
Transaction Transaction Transaction
Transaction
Person, address
Transaction
Transaction
The amount of transactions could be different for each person but they will
need to print the same types of transaction in each column.
Any ideas would be appreciated. Do I need to write code to create a query
that carries one record per person?
Thanks, Sarah