I am trying to build a maintenance database. I have a customers table and a workorders table. Each has a form for data entry. I have a command button on the customers form that brings up the workorder form. The last name field is the primary key. The problem - I would like to be able to toggle through all existing workorders, for the displayed customer record, whether closed or pending, up to a blank form for a new order. I havn't quit grasped how to tie these two form (tables) together. Thanks to any ideas in advance. Dennis