Hi
I have two datatables, one with a list of active project codes and the second table contains a list of projects, i want to compare the codes in the first table to the second and remove any codes which dont match in both tables. I tried to join the tables with an inner join but it doesnt seem to be working. Any ideas?