- To create a new form, on the main menu, click Insert -> Form
- In the New Form dialog box, click Design View. In the bottom combo
box, select CommitteesMemberships, and click OK
- From the Field List, drag CommitteeMembershipID and drop it in the
top section of the form
- Save the form as CommitteesMemberships
- To create a new combo box, on the Toolbox, make sure the Control
Wizard button is down
.
Click the Combo Box control and, on the form, click the area under the
CommitteeMembershipID text box
- In the first page of the wizard, make sure the first radio button is
selected and click Next
- In the list of tables, click Committees and click Next
- In the Available Tables list, double-click Committee and click Next
twice
- Click the arrow of the Store That Value In This Field combo box and
select CommitteeID
- Click Next
- Change the label to Committee and click Finish
- To create a new combo box, on the Toolbox, click the Combo Box
control and, on the form, click the area under the CommitteeID box
- In the first page of the wizard, click Next
- In the second page of the wizard, click the Queries radio button. In
the list of Queries, click SenatorsPartyAndState and click Next
- In the Available Tables list, double-click Senator, Party, and
State
- Click Next twice
- Accept that Senator will display as the value of the column and
click Next
- Click the arrow of the Store That Value In This Field combo box and
select SenatorID
- Click Next
- Change the label to Senator and click Finish
- To create a new combo box, on the Toolbox, click the Combo Box
control and, on the form, click the area under the SenatorID
combo box
- In the first page of the wizard, click Next
- In the second page of the wizard, in the list of tables, click CMStatus
and click Next
- In the Available Tables list, double-click CMStatus and click Next twice
- Accept that Senator will display as the value of the column and
click Next
- Click the arrow of the Store That Value In This Field combo box and
select CMStatusID
- Click Next
- Change the label to Committee Membership Status and click Finish
- Reposition and resize the form to make it look acceptable as you
judge necessary
-
Close the form
Using the same techniques as above, create a form based on the SubcommitteesMemberships
table and save it as SubcommitteesMemberships
- Close the form
|