Show related views on one screen.

Show related views on one screen.

I have an application with several related forms. There is the client details form then a form for the details of each of the clients children, then a form for each of the clients automobiles, then a form for each of the clients pets. The forms have many to one relationship with the client.

Is there a way to show all this information on one screen? What I envision is a list on top of the screen showing the clients. When a client name is highlighted the lists of children, automobiles and pets show the related information.

Herb Wexler