Hi,
I am new here. I'm having a problem with a query in Access 2003. Actually since I'm a beginner, I think I just don't know how to build the query after all!
I have a table named candidatesExperiences. For example, here's some data that appears in the table :
idExp idCandidates
5 12
12 12
45 34
45 12
23 23
The two fields (idExp, idCandidates) are the PK. That table is a link between table Experiences(PK = idExp) and Candidates(PK=idCandidates)
Now, I need to build a query to retrieve the candidates with experience 5 and 12 and 45. The problem is, if I'm using the AND operator, nothing will show up. If I'm using the OR operator, candidate 12 and 34 shows up but I need to eliminate candidate 34 because he don't have experience 5 and 12.
How should I built my query?
Sincerely,
I am new here. I'm having a problem with a query in Access 2003. Actually since I'm a beginner, I think I just don't know how to build the query after all!
I have a table named candidatesExperiences. For example, here's some data that appears in the table :
idExp idCandidates
5 12
12 12
45 34
45 12
23 23
The two fields (idExp, idCandidates) are the PK. That table is a link between table Experiences(PK = idExp) and Candidates(PK=idCandidates)
Now, I need to build a query to retrieve the candidates with experience 5 and 12 and 45. The problem is, if I'm using the AND operator, nothing will show up. If I'm using the OR operator, candidate 12 and 34 shows up but I need to eliminate candidate 34 because he don't have experience 5 and 12.
How should I built my query?
Sincerely,