Tab question

donkey33

New member
Local time
Today, 23:49
Joined
Jun 15, 2005
Messages
7
probably a simple query:
how can i improve my forms using tabs such that the tabs and forms appear alone without the outer close, maximize, minimize box
secondly, i have one form with lot many buttons and codings referring to various input boxes how can i split it into tabs without the need to rewrite codes (some buttons on one tab may require data from other tabs)
i just dont want to keep renaming everything
plz help
 
if yiou are adding thetab control on the same formyou will not have to rename of rewrite code for you button

just cut the button from its original position and place it inthe tab control.
the code remain inthe vba , so you just have to relink the codiing
in the properites box find the event on which you have placed the code
select [event procedure] and click the ... button. you will automatically connect to the same code yo have previusly written.
 

Users who are viewing this thread

Back
Top Bottom