tom453
03-03-2004, 12:08 AM
Hi
I have a database that stores boxes (tblBox), and documents (tblDocs). Now each box holds a number of documents. And each document has a used-by-date.
I need to generate a report that only lists boxes where ALL the documents in that box have passed their used-by-date (based on the current date, eg. today). So the box can be destroyed.
Thanks in Advance
tom
I have a database that stores boxes (tblBox), and documents (tblDocs). Now each box holds a number of documents. And each document has a used-by-date.
I need to generate a report that only lists boxes where ALL the documents in that box have passed their used-by-date (based on the current date, eg. today). So the box can be destroyed.
Thanks in Advance
tom