copy and paste pages in tab control during run-time - access 2000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I am using a tab control on my form. During run-time I want to copy one of the pages in the tab control and paste it at the end. does anyone have any idea about how to do the above? Thanks in advance
 
Hello,
I am using a tab control on my form. During run-time I want to copy one of the pages in the tab control and paste it at the end. does anyone have any idea about how to do the above? Thanks in advance

Could you explain what you're trying to *accomplish*? A Tab page is
just a display tool - it doesn't contain any data, it's like a box
into which you can put controls such as Textboxes, List boxes and so
on.

If you're trying to copy the *data*, bear in mind that your Form is
not the data, and doesn't even contain the data; it's a window which
displays the data stored in your Tables. It's in the Tables that you
need to store the data, and when you do, you should be sure you're not
storing that data redundantly!
 
Back
Top