Comparing Values between Records

A

Adam

I have a report listing body measurements by date. So i would like to
compare, for example, Body Weight from the most current measurment with Body
Weight from the last measurement and compute the difference then display that
on my report (or use the latest Weight value and compare it to the oldest or
1st Weight value)? Is there a way to do this?
 
M

Marshall Barton

Adam said:
I have a report listing body measurements by date. So i would like to
compare, for example, Body Weight from the most current measurment with Body
Weight from the last measurement and compute the difference then display that
on my report (or use the latest Weight value and compare it to the oldest or
1st Weight value)? Is there a way to do this?


Not easy in a report, but doable in the report's record
source query. Take a look at:
http://allenbrowne.com/subquery-01.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top