Populating a form with tabs

K

Ken

I would like to create a form based on a table with a one-to-many
relationship with another table. The first table is a client table.
The second is an appointment table. Each client should have only a
few appointments, perhaps a maximum of 5.

What I would like to do is create an easy way for users to get at the
information from each of the appointment records on a subform whose
parent displays the client information. It seems like a nice way to
make the data easy to access would be to have a tab control and
populate it with tabs for each appointment record and adding text like
the appointment date to the "tab" portion of the tab control. This
seems more beneficial than having to cycle through the appointments
using record selectors, for example, since the dates of each
appointment could be used to select the appointment details.

Is it possible to do what I desire? Does anyone know of any examples
around or have any experience with it?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top