Subform and Tabs

M

marf

I would like to create a Form that has 3 or 4 tabs controls. Each tab control
needs to be a subform to the main form... How can I do this???
 
G

Golfinray

On the toolbar, there is a tool for creating tab on your form. You need to
already have the main form there and then insert tabs. Remember, that a tab
is NOT the subform, but simply a "holster" for the subform. You add your
subforms to the tabs. The "holster" and the subform have separate property
settings.
 
M

Maurice

Colfinray is correct on this one. You are better of placing 1 tabcontrol with
three or four tabs. Place each subform on one of the tabs and set the
Master/Child fields linked to the mainform. By default you will get a
tabcontrol with two pages but you can easily add additional tabs by
rightclicking the tabcontrol and choosing "Insert Page"
 

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

Similar Threads


Top