how to add multiple forms in a tab control

S

sirjones

How do i incorporate multiple forms on the same tab control, on the first tab
i can successfuly add the contents of the form.How do i get the other forms
on the same tab without adding them as sub-forms.

Thanx
 
L

Lynn Trapp

You can't. A form can only have one Recordsource so, if the form you placed
the tab control on is bound to a table or query, then you can only place
other forms on the tab control using a subform control.
 
Top