Hello all! I'm a bit of a newbie and I'm tearing my hair out trying to figure out how to narrow down the choices on a form's drop down list. Basically, I have a database (yes, it's a class assignment) that keeps track of cds and dvds among a group of friends that borrow the media among themselves. I have a table for the cds, one for dvds, one for the members, one for cd transactions, and one for dvd transactions. In the forms, I have one for each of the tables, and in the cd and dvd transaction forms there is a selection for borrower. I'm trying to make it so the cd owner cannot be selected as a borrower. I'm thinking I can do this with "row source" in properties (which currently reads "SELECT [Member].[ID], Member.[LastName], Member.[FirstName] FROM Member;"). Is there a way I can alter that to not include the media's owner, or am I barking up the completely wrong tree? Any help would be greatly appreciated!