In the previous two chapters, you learned how to design and build a form that works with data from a single table, and you saw how to display data from another table by using a combo box or a list box. You also learned various techniques to enhance the appearance of your forms, and you explored control and form properties you can set to specify how a form looks and works.
In this chapter, you’ll learn how to design a form that consolidates information from multiple tables. You’ll find out how to
Create a form based on a query that joins multiple tables
Embed a subform in a main form so that you can work with related data from two tables or queries at the same time
Use an option group to display and edit information
Define conditional formatting of a control based on the data values in the form
Use the tab control to handle multiple subforms within one area on a form
Create a form that spreads many data fields across multiple pages
Use an ActiveX control on your forms
Design a form in PivotTable or PivotChart view and embed a linked PivotChart form in another form
| Note | |