Access 2000.
I have a report, based on a query, based on a simple table, that shows a list of individuals, a number field, and a date field.
I want to show the historical trend (in a chart which I've done) whereby the x axis is date, y axis is number, for each individual.
Now, and here is the hard part (for me), I only want to show all related and historic records within the report/chart if each individual has a current entry, i.e, there is a record for the individual with the latest date - say 15/06/2006?
Also, ideally, rather than hard code/parameter this value I would like to use a max([my date field]) function to find the latest date and then use this value to see if there is a record.
Hope this makes sense and appreciate any/all help!
Regards,
Adrian
I have a report, based on a query, based on a simple table, that shows a list of individuals, a number field, and a date field.
I want to show the historical trend (in a chart which I've done) whereby the x axis is date, y axis is number, for each individual.
Now, and here is the hard part (for me), I only want to show all related and historic records within the report/chart if each individual has a current entry, i.e, there is a record for the individual with the latest date - say 15/06/2006?
Also, ideally, rather than hard code/parameter this value I would like to use a max([my date field]) function to find the latest date and then use this value to see if there is a record.
Hope this makes sense and appreciate any/all help!
Regards,
Adrian