Hi.
I have two related tables:
Project
Project Items
I want to query and show the "next" project item related to a project. The query should show the result of all projects and their next project item date.
Each project is structured so that it has many project items with various due dates.
Ultimately, I need one query to show the "next" date and another query to show the "last" date. Two total queries is my goal.
I have tried Min/Max...but I am not getting the results I want. The query is only showing the Min of the entire project item set and I want to see each project's "next" project item date. NOT the overall "next" date in the entire project set.
Make sense?
Thanks
Heather
I have two related tables:
Project
Project Items
I want to query and show the "next" project item related to a project. The query should show the result of all projects and their next project item date.
Each project is structured so that it has many project items with various due dates.
Ultimately, I need one query to show the "next" date and another query to show the "last" date. Two total queries is my goal.
I have tried Min/Max...but I am not getting the results I want. The query is only showing the Min of the entire project item set and I want to see each project's "next" project item date. NOT the overall "next" date in the entire project set.
Make sense?
Thanks
Heather