TheCandyman
Technical User
I have one two queries and i am trying to compare them. The queries pull the same info but for different years. I want everyone in 2003 but not in 2004 to show, how do i do it? My mind just isn't putting this together, but i think i need something like this
select.. qry1, qry2 from...
WHERE companyname03 Not Equal companyname04
something like that work?
select.. qry1, qry2 from...
WHERE companyname03 Not Equal companyname04
something like that work?