I wish to find data which does not equal (eg From_Depth in two different tables), and am using the criteria From_Depth from table 1 <> From_Depth from table2. This is working partly as is giving me the data which is True for this criteria, however I am also getting some data which do have equal From_Depths (as far as I can see). I have made sure that both columns in the tables have the same FieldSize (Double) and both have Auto Decimal Places. Any suggestions?