Form / Pages

  • Thread starter Thread starter Ty
  • Start date Start date
T

Ty

I did a form and it looks OK, but I think it is to busy.

I decided then to do "tab control pages" - when I drag my
fields to various pages they don't seem to "stay" with
that page. For example I want to take e-mail address and
move it to page 2.

What am I doing wrong?
 
Ty said:
I did a form and it looks OK, but I think it is to busy.

I decided then to do "tab control pages" - when I drag my
fields to various pages they don't seem to "stay" with
that page. For example I want to take e-mail address and
move it to page 2.

What am I doing wrong?

Only new controls can be drag n' dropped onto TabPages. For existing
controls you have to cut them to the clipboard, select the desired TabPage
and then paste.
 
Back
Top