I
Ikenest
In Excel, I process weekly delinquent supplier data from a download, using
v-lookups. I believe that I could do better using the power of Microsoft
Access. The data is now an Access table.
Currently, I have 2 pivot tables that should feed from the supplier data
table.
Pivot table 1 displays info of delinquent suppliers info (columns) that are
available (delinquent) in the current week, i.e. ProcessedDate='1/5/2009',
and not available the previous week, i.e. ProcessedDate='12/29/2008', called
"OverDue accounts".
Pivot table 2 displays all suppliers info (columns) that were available
(delinquent) in the past week, i.e. ProcessedDate='12/29/2008', and not
available in the current week, i.e. ProcessedDate='1/5/2009', called "Cleared
Accounts".
I need help in writing the SQL to pull the info and do away with the time it
takes to process the data in Excel.
Please help. Thanks
v-lookups. I believe that I could do better using the power of Microsoft
Access. The data is now an Access table.
Currently, I have 2 pivot tables that should feed from the supplier data
table.
Pivot table 1 displays info of delinquent suppliers info (columns) that are
available (delinquent) in the current week, i.e. ProcessedDate='1/5/2009',
and not available the previous week, i.e. ProcessedDate='12/29/2008', called
"OverDue accounts".
Pivot table 2 displays all suppliers info (columns) that were available
(delinquent) in the past week, i.e. ProcessedDate='12/29/2008', and not
available in the current week, i.e. ProcessedDate='1/5/2009', called "Cleared
Accounts".
I need help in writing the SQL to pull the info and do away with the time it
takes to process the data in Excel.
Please help. Thanks