G
Guest
I have two tables joined by [VendorID] with referential integrity enforced:
tblVendors
[VendorID]
[VendorName]
tblInvoices
[VendorID]
[InvoiceDate]
[InvoiceAmount]
I would like create a query I can run monthly that will show me all vendors
who have not billed for six months so that I mark them as inactive. Any help
is appreciated. Thanks.
tblVendors
[VendorID]
[VendorName]
tblInvoices
[VendorID]
[InvoiceDate]
[InvoiceAmount]
I would like create a query I can run monthly that will show me all vendors
who have not billed for six months so that I mark them as inactive. Any help
is appreciated. Thanks.