I have a MS access table that contain data which I manually compared to find out the status change between the current week and the last status before it got changed. I am looking to automate this process as much as possible. How can I change the query to output the status changes as listed below??
Big thanks in advance for helping me out...
ReportDate Child# status
1/1/2010 6801 active
2/1/2010 6801 active
3/1/2010 6801 active
4/1/2010 6801 inactive
2/1/2010 6802 Pending
4/1/2010 6802 Active
Output
Child# Old status New Status
6801 active Inactive
6802 pending active
Big thanks in advance for helping me out...
ReportDate Child# status
1/1/2010 6801 active
2/1/2010 6801 active
3/1/2010 6801 active
4/1/2010 6801 inactive
2/1/2010 6802 Pending
4/1/2010 6802 Active
Output
Child# Old status New Status
6801 active Inactive
6802 pending active