Thanks for the replies.
A couple things that probably would have been helpful.
First, the company can vary to, so i can't join on that. CompanyA can also be updated to Company_A, thus we need to key off of the ID.
Second the table is not a physical table but a result set I am aliasing (sp?) as a table...
ie- SELECT ID, CompanyName, CompanyNumber, UpdatedGMT FROM (Select id, companyname, companynumber, effectivedate, updatedgmt from table join table on etc, etc, etc) AS X
Hope this helps.
I couldnt get either suggestion to work- probably due to these ommissions, my apologies.
Thanks