G
Guest
First warning, I am a new user of Access.
Here is my dilema. Have two tables. Common field between them is an
account number. In Table 1 for account X there are two records with values
in two fields we'll call RATE_1 and RATE_2. In Table 2 for account X is one
record with a value in a field we'll call RATE_X. When I query, regardless
of the join type, the result is two records, fair enough, but the value of
RATE_X is shown twice with each record of RATE_1 and RATE_2.
Account RATE_X RATE_1 RATE_2
01234 100.00 12.00 14.00
01234 100.00 22.00 24.00
Is it at all possible to show the 100.00 RATE_X value only once?
Thanks
Sergio
Here is my dilema. Have two tables. Common field between them is an
account number. In Table 1 for account X there are two records with values
in two fields we'll call RATE_1 and RATE_2. In Table 2 for account X is one
record with a value in a field we'll call RATE_X. When I query, regardless
of the join type, the result is two records, fair enough, but the value of
RATE_X is shown twice with each record of RATE_1 and RATE_2.
Account RATE_X RATE_1 RATE_2
01234 100.00 12.00 14.00
01234 100.00 22.00 24.00
Is it at all possible to show the 100.00 RATE_X value only once?
Thanks
Sergio