I have two tables that has the following:
Table #1
AuctionDate
BidderNumber
FirstName
LastName
TaxExempt
Table #2
AuctionDate
BidderNumber
PaymentMethod
PaymentNumber
Amount
I want to have a query tell me which bidders are in table #1 are NOT in
Table#2. Anyone have any ideas as to how to do this? I cant seem to
figure it out.
Michael Charney
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Table #1
AuctionDate
BidderNumber
FirstName
LastName
TaxExempt
Table #2
AuctionDate
BidderNumber
PaymentMethod
PaymentNumber
Amount
I want to have a query tell me which bidders are in table #1 are NOT in
Table#2. Anyone have any ideas as to how to do this? I cant seem to
figure it out.
Michael Charney
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment