Hi, MM <finjulhich at gmail.com> writes: > SELECT * FROM > F LEFT OUTER JOIN M ON F.mid = M.ID > WHERE (F.month = M.month1 OR F.month = M.month2) Good, this is much better than saying "I need to achieve X, do it for me". > Is this expressable as a high-level odb query? Yes, pretty easily using ODB views. Boris