D
diana2ke
My db looks like this:
Invoice: InvoiceID, InvoiceDate, Invoice Value
Pay: PayID, PayDate, PayValue, InvoiceID
I made a query to show me the due Invoices, my debt to my supplier, (the
invoices not paid). Ive created a query Q: InvoiceID, InvoiceDate,
InvoiceValue, PayDate, PayValue; Sold: [InvoiceValue]-Nz(Sumă([PayValue]),0)
For InvoiceDate I've set the citeria: Between [forms]![filters]![Data1] And
[forms]![filters]![Data2]
If I run the query till the current day it works, but I need also the result
for InvoiceDate between ex: 01.01.04-30.04.04 and payments utill 30.04.04 or,
otherwise said: i need my debt to the supplier at a certain date in the past.
Can you help me?
Invoice: InvoiceID, InvoiceDate, Invoice Value
Pay: PayID, PayDate, PayValue, InvoiceID
I made a query to show me the due Invoices, my debt to my supplier, (the
invoices not paid). Ive created a query Q: InvoiceID, InvoiceDate,
InvoiceValue, PayDate, PayValue; Sold: [InvoiceValue]-Nz(Sumă([PayValue]),0)
For InvoiceDate I've set the citeria: Between [forms]![filters]![Data1] And
[forms]![filters]![Data2]
If I run the query till the current day it works, but I need also the result
for InvoiceDate between ex: 01.01.04-30.04.04 and payments utill 30.04.04 or,
otherwise said: i need my debt to the supplier at a certain date in the past.
Can you help me?