I have a one to many relationship, Quotes and QuoteDetails. On the quotes form I am displaying the basic quote information along with a listview of all the quote details. I have a quotebo and a qdetailbo on the form. This is all working great. I want to allow the user to click on a line item and have a quote detail form to allow changes, can this same qdetailbo be used? Any best practice recommendations?