P
pb100
Hi, I have 2 tables, a project table and project status table. My project
status table has a record for each time the status of the project was changed
(i.e. prospecting, active, overbudget, closed). I want to be able to run a
query to show each unique project and its current status. The Project Status
table contains a primary key, project id, status, and date. I know I can
select the top record sorted by date descending for a single project but how
can I run a query to show all the projects and their current status?
Thanks so much!
status table has a record for each time the status of the project was changed
(i.e. prospecting, active, overbudget, closed). I want to be able to run a
query to show each unique project and its current status. The Project Status
table contains a primary key, project id, status, and date. I know I can
select the top record sorted by date descending for a single project but how
can I run a query to show all the projects and their current status?
Thanks so much!