First there are several events but we count that as one gymkhana. I have two
tables, one with their personal information and the other to record the date
they attended the event. The latter also serves as information on
participation.
Can I still use the NOT IN () criterion with two tables?
Also how can I send this to you so you can see it first hand if necessary.
Tay
> >Here is what I have. I have a list of participants for a gymkhana (equestrian
> >event) and we have a data base with all the participants in it. Some
[quoted text clipped - 15 lines]
>
> John W. Vinson [MVP]
>First there are several events but we count that as one gymkhana. I have two
>tables, one with their personal information and the other to record the date
>they attended the event. The latter also serves as information on
>participation.
What are the relevant fields in this second table? Surely each event can have
several participants, and each person may participate in several events? It
sounds like you need THREE tables not two, or else you're storing repeated
data about the event!
>Can I still use the NOT IN () criterion with two tables?
Yes.
>Also how can I send this to you so you can see it first hand if necessary.
Sorry, that would be beyond what I'm comfortable doing as an unpaid volunteer
here.
John W. Vinson [MVP]