> I'm using Access 2000 - I have a form with a Tab Control page. The Tab
> Control page has 6 tabs. I have a series of text boxes on each tab for
[quoted text clipped - 13 lines]
>
> Thanks I advance.
Thank you Brendan. I had a look at your article but couldn't get the cut and
paste to work. I have used command buttons instead, which will suffice for
what I need.

Signature
Richard
> Unfortunately, you can't click and drag to move items onto tab control
> pages, you have to cut or copy the control to the clipboard, select the tab
[quoted text clipped - 19 lines]
> >
> > Thanks I advance.
Brendan Reynolds - 17 Oct 2005 15:39 GMT
If the command buttons meet your needs, great, but it can be done with an
Image control ...
1) Place an Image control on the form.
2) Assign the path/name of an image file to the Picture property of the
Image control.
3) Right-click the Image control, and from the pop-up menu choose Cut or
Copy. (Choose Cut if you don't want to leave the original copy where you
placed it on the form. Or choose Copy and delete the original copy when you
are done.)
4) Right-click the tab of the first page on which you want to place the
Image control, and choose Paste. As an alternative to right-clicking the
tab, you can select the page from the 'Object' drop-down list, which is the
first control on the Formatting (Form/Report) toolbar in form design view
(unless, of course, the toolbar has been customized).
5) If you want more than one copy of the Image control on this page, repeat
step 4 above.
6) Right-click the tab of the second page on which you want to place the
Image control, and choose Paste.
Repeat steps 5/6 as necessary for each page.

Signature
Brendan Reynolds
> Thank you Brendan. I had a look at your article but couldn't get the cut
> and
[quoted text clipped - 28 lines]
>> >
>> > Thanks I advance.