I need some advice.
I know how to do the regular built in duplicates query, but this seems to be more involved than that.
I have a table where you enter what programs people are in.
I'm trying to find out who is in program A and program B.
The catch to it all is that they can be in Program A multiple times, same with Program B. So just doing the regular find duplicates could sometimes show who's in Program A twice.
I thought about doing it this way. Run a query where I group everyone in Program A together. Then do the same but group Program B together. With that, somehow then do a duplicates query amongst those 2 queries...that should give me those who have been enrolled in both programs.
Not sure if this is the best way to do this. So I'm open to ideas!!!
-Jeff
I know how to do the regular built in duplicates query, but this seems to be more involved than that.
I have a table where you enter what programs people are in.
I'm trying to find out who is in program A and program B.
The catch to it all is that they can be in Program A multiple times, same with Program B. So just doing the regular find duplicates could sometimes show who's in Program A twice.
I thought about doing it this way. Run a query where I group everyone in Program A together. Then do the same but group Program B together. With that, somehow then do a duplicates query amongst those 2 queries...that should give me those who have been enrolled in both programs.
Not sure if this is the best way to do this. So I'm open to ideas!!!
-Jeff