Tab Control

R

Roger Bell

I have a single form with many fields in the Form. I have added a Tab
control to the form with 2 pages, to split the fields onto two pages The
problem is that when I click on either page the fields are repeated. If I
try to cut and paste from 1 page to the other, I lose the fields on both
pages.

Can anyone help please?
 
W

Wayne-I-M

Hi

Create 3 forms
MainForm
FormTab1
FormTab2

Open MainForm in design view
Add 2 tab controls
On the first tab add FormTab1
On the second tab add FormTab2

You will need some linking field to join the forms (prob an ID on the
MainForm - make sure this is on the FormTab2 and then add the ID (of the
related record on the 1st tab) to the FormTab2 - this will likn the 2 tabs
 
P

Philip Herlihy

Roger said:
I have a single form with many fields in the Form. I have added a Tab
control to the form with 2 pages, to split the fields onto two pages The
problem is that when I click on either page the fields are repeated. If I
try to cut and paste from 1 page to the other, I lose the fields on both
pages.

Can anyone help please?

I wonder if your fields are located not on the tab, but above it,
directly on the form? If you select the tab control and bring it to the
front, the other fields would disappear if I'm right.

It's a while since I've done this, but I seem to remember you have to
cut the field, select the tab, and then paste. Or something like that!

(Googled). Yup, that's it. See:

http://office.microsoft.com/en-us/access/HA012300491033.aspx

"If you drop a dragged field while a tab page is not highlighted, the
control will be created on the form, but not on a page of the tab
control. If this happens accidentally at this stage, delete the
newly-created control from the form and try again"

HTH

Phil, London
(I'm good at the easy ones...)
 
J

John Spencer

The problem is that you are probably not pasting the fields onto the tab
pages but onto the form.

Cut the controls you want to see on one of the tab pages. Now click on
the tab page you want them on and then click in the center of the tab
page. You should see 6 small squares appear around the edges of the tab
page. Now paste. If that works, repeat for the other controls.

'====================================================
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
'====================================================
 

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

acnewrec? 1
Lost tab fields 3
Problem with tab control 2
Tab Order 6
Using Access to copy 7 page Word doc? 3
TABS? 3
'Skipping' (via the Tab) fields on a Form 1
HELP WITH TAB CONTROL - HIDING FIELDS 7

Top