-----Original Message-----
Hi,
I created about 5 forms (custumors, invoices, ....)
I would like to use now the access2 tab control form to switch between
these forms.
I was trying to copy each form in a tab control page...
But this seems not to work...
Any suggestions?
THX
Mike
.
hi mike.
first of all, if you're trying to literally copy the
subform object in the database window and then paste it
into the main form, you're right - it won't work.
but getting the subform into the main form really is a
simple drag and drop operation. here's how:
1. create the TabControl on the main form (if you haven't
already done so).
2. restore the form design window, so you can see the
database window behind it.
3. while still in the main form design window, click on
the specific tab you want to place the subform on, so that
tab is selected.
4. in the database window, click on the subform and drag
it into the main form design window, taking care to drop
it directly on the tab page. you'll know you're on target
when the interior of the tab page turns solid black,
before you "drop" the subform.
if you still have trouble getting it to work, you can
email me and i'll help you out. to answer your second
posted question, yes - each subform can have it's own
record source, and run independently from the main form.
you can have both "child" subforms and independent
subforms on a main form. the tab pages themselves do not
have record sources, of course.