Making a Listbox requery

bobby

Registered User.
Local time
Today, 23:21
Joined
Apr 29, 2004
Messages
28
Guys, i have a form and when the user clicks a particular button, some data (that they entered) is entered into a table.

The listbox shows data from this table, but is empty until the user adds something. I want the listbox to requery when data has been added to the table.

How can i do this ?
 
In the AfterUpdate event of the textbox:

Me.YourListBox.Requery
 

Users who are viewing this thread

Back
Top Bottom