Bound Column = 1 using this string
SELECT Contacts.[Display name], Contacts.Department FROM Contacts INNER JOIN Storage ON Contacts.ID=Storage.ID WHERE (((Contacts.Department)="DIV2/RT/223")) ORDER BY Contacts.[Display name];
even if i use a straight query, it skips the same records (almost...