V
Valerie Wong
Hi, I am stuck with the problem in Query and would very much appreciate any
help.
I have two tables, one showing transaction data such as transaction size;
the other shows the review of the transactions, such as performance. Every
now and then we do a review on a transaction, but the number of reviews and
date of reviews for each transaction vary.
In a query, I want to show the transaction size as well as the latest
performance, so how do I avoid showing previous reviews? (One (latest) review
per transaction)
My tables have the following fields:
Transaction data:
- Transaction ID (Primary Key)
- Investment Name
- Transaction Size
Review:
- Review ID
- Transaction ID
- Investment Name
- Date of review
- Current Performance
Many thanks again.
Valerie
help.
I have two tables, one showing transaction data such as transaction size;
the other shows the review of the transactions, such as performance. Every
now and then we do a review on a transaction, but the number of reviews and
date of reviews for each transaction vary.
In a query, I want to show the transaction size as well as the latest
performance, so how do I avoid showing previous reviews? (One (latest) review
per transaction)
My tables have the following fields:
Transaction data:
- Transaction ID (Primary Key)
- Investment Name
- Transaction Size
Review:
- Review ID
- Transaction ID
- Investment Name
- Date of review
- Current Performance
Many thanks again.
Valerie