I need to show in a query one list of vendors who haven't bid on a project. In order to do this, the query must be able to determine whether the vendor bids on this type of project and whether we have already received a bid
tblvalidProjects
ProjectID(auto#)
Project Number
Project Requestor
Project Request Date
Project Type
tblBidTracker
ProjectID
VendorID
Bid
tblvalidprojecttypesbyvendor
VendorID
Project Type
Thanks for your help
__________________________________
Remember that time when I took the box? - Peter
tblvalidProjects
ProjectID(auto#)
Project Number
Project Requestor
Project Request Date
Project Type
tblBidTracker
ProjectID
VendorID
Bid
tblvalidprojecttypesbyvendor
VendorID
Project Type
Thanks for your help
__________________________________
Remember that time when I took the box? - Peter