jadi
Jan 9th, 2009, 09:35 AM
Hi all.
I have been trying to do this in many ways but nothing seems to work.
My problem is:
I have two textboxes and a list box(we can change be any control if this does not sound good).
In the list box there is a blank, Save, Clear.
Now when a person enter value in one textbox, tabs to next textbox, fills it,
tabs to listbox, choses his value.
As soon as he choses Save. I already have a Private Sub save_Click
which can be called and tabbed right away to the first text box.
If they choses Clear then it should clear all the fields and tabbed right away to the first text box.
How would I go about doing this?
I have been trying to do this in many ways but nothing seems to work.
My problem is:
I have two textboxes and a list box(we can change be any control if this does not sound good).
In the list box there is a blank, Save, Clear.
Now when a person enter value in one textbox, tabs to next textbox, fills it,
tabs to listbox, choses his value.
As soon as he choses Save. I already have a Private Sub save_Click
which can be called and tabbed right away to the first text box.
If they choses Clear then it should clear all the fields and tabbed right away to the first text box.
How would I go about doing this?