Tab control problems

J

Jim McBride

I am creating a form that has a tab control on it with 2 tabs, one for
packing information, the other for nutritional information. I have both sets
of data in the same table because the target program that I am working with
can only look at a single table. Anyway, I have most of the fields in place
on the form on the tabs that they should be on, but now, when I add fields to
the form, they appear in the same place on BOTH tabs. When I try to delete
that field from the tab it isnt supposed to be on, the field is completely
deleted from the form. What is causing this to happen? I am pretty sure that
this is going to be something easy, I am just not seeing it.
 
M

Maurice

When you add the field make sure you have clicked on the tab you want it to
be on. So make sure to select the tab in designview. If you don't select a
tab the field will show up on various places...

hth
 
Top