I have an inventory database that lists my products.
My database contains a field called "Last Date sold"
I wish to generate a report which will prompt me for a date range and show me all items that have NOT been sold up to and during that date range.
Example
Item# Description last Sold Date
1 T-Shirt 27/09/2011
2 Shirt 31/08/2011
3 Hat 01/01/2010
Let's say I enter a date range of 01/09/2011 to 28/09/2011
The report should show me item's 2 and 3 as they do not fall within this range.
Any help would be appreciated.
My database contains a field called "Last Date sold"
I wish to generate a report which will prompt me for a date range and show me all items that have NOT been sold up to and during that date range.
Example
Item# Description last Sold Date
1 T-Shirt 27/09/2011
2 Shirt 31/08/2011
3 Hat 01/01/2010
Let's say I enter a date range of 01/09/2011 to 28/09/2011
The report should show me item's 2 and 3 as they do not fall within this range.
Any help would be appreciated.