OK, I have a form based on the table [Residents]. I also have a table that is called [Units]. They are related by the field Res_Id. In the units table, I have all of the residents current and previous unit and am using the query to select only the "active" unit (as defined by a yes/no checkbox). So the query works. Now, on the form I need it to grab the room number of the current resident selected on the form from the query and display it in a textbox.
Hopefully I explained all the enough. Thanks for the help!