After modifying my database my response time is very slow. Can you help me to optimize the response time. The database contains 1-table city,state,zipcode; 1-table employee info including Territory # and Desc.; 1-table territory # and zipcode. The user presses a command button that takes them into a form. The user types in a zipcode and presses enter. The main form displays the city, state, zipcode as well as 3 additional subforms. Subform1 - Division A, responsible sales rep, voice mail number, territory #, description, their manager. Subform2 - Divison B, responsible sales rep, voice mail number, territory #, description, their manager. Subform3 - Managers employee record showing their voice mail extension. The response time is much slower doing the database this way rather than having two separate forms and choosing to go into Division A form or selecting to go into Divison B form. How can I speed up the response time in my revised database. Also, I will be adding another division or two. Thanks, Karen