I have a routine where users will be adding records with a status value and transaction date. Management wants to track how long (# days) the record was in that status.
ENTITY ENTITY NAME ANALYST STATUS DATE
TNY TNY Enterprises Jerry In Process 10/11/10
TNY TNY Enterprises Jerry With Mgmt 10/13/10
So,in this case, it was In Process for two days. How do I do this in a query or a report. The two dates are not in the same record. Is there a better way to design the table to make this report simpler.
ENTITY ENTITY NAME ANALYST STATUS DATE
TNY TNY Enterprises Jerry In Process 10/11/10
TNY TNY Enterprises Jerry With Mgmt 10/13/10
So,in this case, it was In Process for two days. How do I do this in a query or a report. The two dates are not in the same record. Is there a better way to design the table to make this report simpler.