I have a form with a Tab Control with several Tab Pages. The first page has a grid of summary records on it. The user may select any of the other pages that contain detail information of the selected record in the grid. These other detail pages all have some data common to the record displayed at the top of each page. This data is something like Order ID, Order Date, Ship Date, etc. The controls for this data are repeated on each detail page. Is there a way to have only one set of controls for these detail pages without changing the entire design? I have thought about putting them in a panel on the form and positioning it so it appears to be at the top of each page and setting the visible property to false when the first page is displayed. I really don't want to separate these into two different forms.
Auguy
Sylvania/Toledo Ohio
Auguy
Sylvania/Toledo Ohio