List box

am_sarath

Registered User.
Local time
Today, 00:42
Joined
Sep 19, 2001
Messages
29
Hello
could some give me the code for the following:


I have a text box(txt1) and a command button(cmd1) and a list box(lst1) in a form.
After entering the text and click cmd1, i store the text in my table(tbl1)and at the same time, i've to display the text in my listbox(lst1).

Please give me the code,inorder to implement this.

Thanking you in advance.
 
Try putting Me.refresh in the on_click event of the button.

(If you put this (provided it works) in the after_update event of the text box, you won´t have to press the button)

Fuga.
 

Users who are viewing this thread

Back
Top Bottom