I am working on a database which due to its complexity (and/or my lack of knowledge of access) has four queries based on two seperate tables. The first table is full of customer data and the second is transaction data linked to the customer data by the customer id no. The queries are as follows:
1. Query dealing with customer information, primarily concatenating the name fields.
2. Query finding most recent transaction date.
3. Query summing up data pertaining to our transactions with the customer.
4. Query linking queries 1, 2 & 3.
The report I have tried to create needs to contain the customer's name, id no., a few other pieces of customer data, the most recent transaction date, and the "sum data". It is working great, except that it is showing dulicate information for each transaction. The information is exactly the same and doesn't have any data regarding the transactions themselves. It really only has customer data and summary info. I would like to force the report to exclude duplicate data. I know how to do it for each individual field, but then the space is still there. Any idea would be helpful.
Thank you in advance,
Jewlia
1. Query dealing with customer information, primarily concatenating the name fields.
2. Query finding most recent transaction date.
3. Query summing up data pertaining to our transactions with the customer.
4. Query linking queries 1, 2 & 3.
The report I have tried to create needs to contain the customer's name, id no., a few other pieces of customer data, the most recent transaction date, and the "sum data". It is working great, except that it is showing dulicate information for each transaction. The information is exactly the same and doesn't have any data regarding the transactions themselves. It really only has customer data and summary info. I would like to force the report to exclude duplicate data. I know how to do it for each individual field, but then the space is still there. Any idea would be helpful.
Thank you in advance,
Jewlia