G
Guest
Ihave two Queries Q1 and Q1 both contain employee IDs. such as
Q1 Q2
EID2 EID4
EID3 EID7
EID7 EID9
EID2 EID3
I need to get the record set below. I can do this with an append table but
there must be a way to get it done with a Query
EID2
EID3
EID4
EID7
EID9
Any help is appreciated
Steve
Q1 Q2
EID2 EID4
EID3 EID7
EID7 EID9
EID2 EID3
I need to get the record set below. I can do this with an append table but
there must be a way to get it done with a Query
EID2
EID3
EID4
EID7
EID9
Any help is appreciated
Steve