F
Frank Situmorang
Hello,
To know outstanding amounts of supplier Invoice for Year End, I have a query
and attached to the report. To know Year End outstandding of 2007 I have 1
report and 1 query. For Year End 2008 I modifyied the Query and attached ot
YE 2008 REport.
How can we make it dynamic, this is the WHERE of the query that I must
change the year every year end, if we want tot know the outstanding amounts
of Supplier's invoices.
WHERE ((([Supplier Invoices Query].InvoiceDate)<#1/1/2009#) AND (([Supplier
Invoices Query].DateInputbyPurch)<#1/1/2009#) AND (([Supplier Invoices
Query].InvBalance)>0)) OR ((([Supplier Invoices
Query].InvoiceDate)<#1/1/2009#) AND (([Supplier Invoices
Query].InvBalance)=0) AND (([Supplier Invoices Query].PayDate)>#12/31/2008#));
Please help.
..
To know outstanding amounts of supplier Invoice for Year End, I have a query
and attached to the report. To know Year End outstandding of 2007 I have 1
report and 1 query. For Year End 2008 I modifyied the Query and attached ot
YE 2008 REport.
How can we make it dynamic, this is the WHERE of the query that I must
change the year every year end, if we want tot know the outstanding amounts
of Supplier's invoices.
WHERE ((([Supplier Invoices Query].InvoiceDate)<#1/1/2009#) AND (([Supplier
Invoices Query].DateInputbyPurch)<#1/1/2009#) AND (([Supplier Invoices
Query].InvBalance)>0)) OR ((([Supplier Invoices
Query].InvoiceDate)<#1/1/2009#) AND (([Supplier Invoices
Query].InvBalance)=0) AND (([Supplier Invoices Query].PayDate)>#12/31/2008#));
Please help.
..