Tabbed form

katekaew

Registered User.
Local time
Yesterday, 22:36
Joined
Jan 19, 2005
Messages
19
I have 7 tabs on my frmQuestions. They all the same layouts (see attached). Each tab has its Save_Button (e.g. CmdSave1, CmdSave2, ... ,CmdSave7). I do not want to write the same procedure on each CmdSave1_Click(), CmdSave2_Click() ..., CmdSave7_Click(). Are there any alternative ways to do this such as concate the string or ?

Thank you very much!
 

Attachments

  • tabbed form.JPG
    tabbed form.JPG
    29.8 KB · Views: 137
Did you do the save button with a wizard?
 
and if all the question are in the same table then just put one save button outside the tabs so it saves all the information! One button one procedure.

..and as ken says create it with the wizzard.
 
Hum... I think you should consider stream-lining your forms even further There's no need to keep duplicating the same subform/tab...

Just my humble opinion...
 
Hum... I think you should consider stream-lining your forms even further There's no need to keep duplicating the same subform/tab...

Just my humble opinion...
 

Users who are viewing this thread

Back
Top Bottom