I am creating a help desk application and I want to show the admin as much information on one page as possible. I have the page divided into thirds. The left third shows search parameters, the center third shows submitted work orders, and I want the right third to show detailed information for each selected submitted work order. In other words I want the admin to be able to click on a submitted work order and have the detail information show up in the right hand of the screen without being taken to a seperate detail page. I thought about using frames, but I would like to stay away from that. Is there a way that I can link a record to show information on two different parts of the screen? Thanks.