how to add multiple forms in a tab control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

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

Back
Top