help

benc

Registered User.
Local time
Today, 03:59
Joined
Dec 31, 2001
Messages
57
I have created a form and have got all the controls i want on it, but i would also like to different tab screens because there is too much info on the one screen. can anyone give me some step by step to add in tab pages on the form. i tried just drawing the tabs from the toolbox but cant seem to get the pages to actually work. Thanks
 
If you've already got fields on the form before adding the tab pages then the fields will still be sitting on the detail section of the form. What you need to do is highlight the fields you want for the first tab page, copy and delete them, click the page you want them on and then paste them. Note that if you've got any code attached to the fields you'll need to attach it back to the field's event procedure.

If your form is blank, it's the same really, as you add the fields for that tab control, make sure the tab control is selected first, if not the field will sit on the detail section of the form.

Does that help?

[This message has been edited by DBL (edited 04-28-2002).]
 
that works. Thanks
 

Users who are viewing this thread

Back
Top Bottom