Practical Examples: Designing Forms for Your Application
Designing the Clients Form
Here are the steps involved in creating the form:
Figure 5.58. The frmClients form allows you to select and work with a particular client.

The next step is to add a combo box that allows the user to select the appropriate contact type for the client. The easiest way to accomplish the task is using the control wizards:
You can add another combo box to the form, allowing the user to designate the terms for the client, with the following steps:
Take the following steps to refine the look and feel of the form:
Figure 5.59. The frmClients form allows you to select and work with projects associated with a particular client.

You have now built the foundation for the form.The next step is to add a combo box to the form that allows the user to select the client whose data they want to view:
Designing the Projects Form
The next step is to design the Projects form. The projects form is pictured in Figure 5.59. The form is easily created with the form wizard and then customized. Here are the steps involved:
A combo box must be added for the EmployeeID:
Take the following steps to refine the look and feel of the form:
Adding a Command Button That Links the Clients and Projects Forms
The final step is to tie the Clients form to the Projects form. The command wizard will help to accomplish the task: