V
Vic
I have two tables. Table one is a customer table with general information.
Table 2 have activity relating to the customer in table 1. For examples lets
say your tracking purchases for a customer and table 2 is housing that
information.
Here is the problem.
I have defined a field in the report that contains the customer information
in the detail section due to the fact that there are multiple different
customers. I have setup a text field that has purchase information from
table 2. That text field has the following in the source code
=avg([pdrating]).
That works great and give me the average from table 2 for that customer.
Here is the problem. Let's say that customer has 4 purchases enter in table
2.
It repeats the customer information 4 times on the report.
So what am I missing. I can't figure out what I'm doing wrong. The
computation is correct and the information is exactly what I need. Just
don't need the customer repeated as many times as there are records for them.
Thanks Everyone
Table 2 have activity relating to the customer in table 1. For examples lets
say your tracking purchases for a customer and table 2 is housing that
information.
Here is the problem.
I have defined a field in the report that contains the customer information
in the detail section due to the fact that there are multiple different
customers. I have setup a text field that has purchase information from
table 2. That text field has the following in the source code
=avg([pdrating]).
That works great and give me the average from table 2 for that customer.
Here is the problem. Let's say that customer has 4 purchases enter in table
2.
It repeats the customer information 4 times on the report.
So what am I missing. I can't figure out what I'm doing wrong. The
computation is correct and the information is exactly what I need. Just
don't need the customer repeated as many times as there are records for them.
Thanks Everyone