hello everybody
I am going grazy on this on:
I have a form (say: Frm_form) and in that a subform (say: Frm_Subform) on the form i have a combobox and a button.
On the subform i have 5 textboxes (say: Txt_Text1, Txt_Text2, etc).
I want to select something in the combobox and then press the button and the selected goes in Txt_Text1 (i have that to work) but the next time i press the button the selected has to go in Txt_text2, the next in Txt_text3, etc. And when i am finished i press a button "ready" or something.
I hope somebody could help me, because i don't know how to change from textbox1 to Textbox2, etc.
Tnx
Hans
I am going grazy on this on:
I have a form (say: Frm_form) and in that a subform (say: Frm_Subform) on the form i have a combobox and a button.
On the subform i have 5 textboxes (say: Txt_Text1, Txt_Text2, etc).
I want to select something in the combobox and then press the button and the selected goes in Txt_Text1 (i have that to work) but the next time i press the button the selected has to go in Txt_text2, the next in Txt_text3, etc. And when i am finished i press a button "ready" or something.
I hope somebody could help me, because i don't know how to change from textbox1 to Textbox2, etc.
Tnx
Hans