D
dk
Hello everybody !
I have form with listbox "Suppliers" and subform called "recieved invoices".
Recieved invoices subform source is query like "Select invoices where
Supplier ID=List Box" (simplified)
Now, Id like to put combobox to reduce displayed invoices to years.
I changed query behind subform into "Select invoices where
supplierID=Listbox & Year(Invoicedate)=Combobox"
The problem is when I need to see all invoices concerning particular
supplier.
How can I put into Combobox value All invoices
Thank You for Your suggestions
DK
I have form with listbox "Suppliers" and subform called "recieved invoices".
Recieved invoices subform source is query like "Select invoices where
Supplier ID=List Box" (simplified)
Now, Id like to put combobox to reduce displayed invoices to years.
I changed query behind subform into "Select invoices where
supplierID=Listbox & Year(Invoicedate)=Combobox"
The problem is when I need to see all invoices concerning particular
supplier.
How can I put into Combobox value All invoices
Thank You for Your suggestions
DK