Fields on tab forms

J

Jean-Paul

Hi,
I have a form with 5 different tabs...
I want to add a field to tab 5 but this field comes on all other
tab-forms as well
I forgot the procedure to restrict fields to a certain tab... can
somebody please explain?
Thanks
 
J

John Mishefske

Jean-Paul said:
Hi,
I have a form with 5 different tabs...
I want to add a field to tab 5 but this field comes on all other
tab-forms as well
I forgot the procedure to restrict fields to a certain tab... can
somebody please explain?

Click on the tab first then copy the field otherwise it appears on the form (and thus all
tabs).
 
J

John Vinson

Hi,
I have a form with 5 different tabs...
I want to add a field to tab 5 but this field comes on all other
tab-forms as well
I forgot the procedure to restrict fields to a certain tab... can
somebody please explain?
Thanks

1. Select the control.
2. Type Ctrl-X to cut it to the clipboard.
3. Select the desired tab (by clicking on the tab itself, not on the
surface of the page; the page should darken indicating that it's
selected).
4. Type Ctrl-V to paste the control from the clipboard (it will
usually appear in the upper left corner).
5. Drag the control to the desired position.

John W. Vinson[MVP]
 
Top