Texbox values transferred to list box

bremensleash

Registered User.
Local time
Today, 18:00
Joined
Jul 15, 2008
Messages
24
Guys can you tell me how to

transfer textbox values to the list box. automatically

bec i want to continually add the information.
to the list automatically.

meaning all the dates that i input to the textbox will add to the list box.
line after line

automatically
:confused:
Any ideas will be greatly appreciated :o
 
Me!ListBox.AddItem Item:=Me!TextBox
 
hello how can i make it to auto update pls help me

can you explain the code new in database programming

it sucks that i didnt concentrate DB programming during my college days.
 
Last edited:
insert the line in the 'Befor Update' event of the text box.
 

Users who are viewing this thread

Back
Top Bottom