V
VaMPiREX
I have two tables, let's say table one is CONTACTS and table #2 AMTPAID.
CONTACTS has a ContactID for the primary key and AMTPAID contains all the
money paid and is related to CONTACTS by CONTACTID. I need to create a JOIN
so that I get all the records in CONTACTS who have never paid anything.
Which means that they wouldn't have any entries in the AMTPAID table. I am
an Access newbie but there seems that there would be a way to do this. Maybe
a JOIN is the wrong way to go. I would appreciate any help on this.
DJ
CONTACTS has a ContactID for the primary key and AMTPAID contains all the
money paid and is related to CONTACTS by CONTACTID. I need to create a JOIN
so that I get all the records in CONTACTS who have never paid anything.
Which means that they wouldn't have any entries in the AMTPAID table. I am
an Access newbie but there seems that there would be a way to do this. Maybe
a JOIN is the wrong way to go. I would appreciate any help on this.
DJ