Okay I've got a form that lists the projects assigned to a certain employee. This form selects the employee to show by a popup form that lists the employees. The prject listing form then has a clickable command on eacj project to go to that individual project and updata data on it. I would like to add a back button to this form to go back to the listing of that employee. The problem is I have to create a new form (and query with different criteria) for this form that will list the assigned projects. Then when I click on this forms project # I will have to create a new form(and query with different criteria) for this form. I think that in fact I will have to keep creating forms and queries on however many different times the user goes back in fact. Because all these queries get there data from a form. and the queries can't get data from more than one form. Is there an easier way of doing this?