I am a newbie with Access: I am trying to display fields from a table in the database (linked 1->1 or M->1). I have done subforms which show child records (this is very easy in Paradox, which is the database I've programmed in for 10 years). What I'm looking for is e.g. show the name of a student when the ID number is entered (from a combo box), so that the user can see who the person is, but I don't need to break RI to include the name in the table. Thanks in advance!