forms and tab controls

B

bill

I have generated a few forms that do similar things

is there a simple way to tranfer the content of the forms
onto separate pages of a tab control without having to
type all the stuff in again.

i notice i just cant cut and paste from the original form
into the tab control of any of its pages
 
S

Steve Schapel

Bill,

Are you talking about design elements, or are you talking about data?
If you are talking about design elements (controls etc), then yes, you
can copy/paste to a tab control page. If you are talking about data,
then possibly the controls that are supposed to show the same data
should be bound to the same fields?
 
Top