You can merge two groups on a data access page by right-clicking the group, and then clicking
Demote on the shortcut menu. If you first drag the controls from one section and drop them onto another section before demoting, you cause the
ControlSource property of those controls to become invalid.
Steps to Reproduce Behavior
- Open either the sample database Northwind.mdb or the sample Access project NorthwindCS.adp.
- Click Pages, click New, click Design View, and click OK.
- If the field list is not displayed, click Field List on the View menu.
- In the field list, click the Database tab, expand Tables, expand Categories, and then drag CategoryID onto the Section: Unbound section of the page.
- Expand Products, and then drag ProductID to the top edge of the bar that is labeled NavigationSection: Categories. Drop ProductID when you see the blue line with inward arrowheads on each end of the line.
NOTE: The ControlSource property for this ProductID control is ProductID. If you switch the page to Page view, you will see the products per category. - Drag the ProductID control from the Header: Products section up into the Header: Categories section.NOTE: The ControlSource property for the ProductID control is now GroupOfProductID: ProductID. At this point, if you switch the page to Page view, you will still see a ProductID.
- Right-click anywhere in the Header: Categories section, and then click Demote on the shortcut menu.NOTE: The ControlSource property for the ProductID control is still GroupOfProductID. If you switch the page to Page view, you will see #Name? instead of a ProductID.