Updating a listbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm having trouble refreshing a listbox. The following is are messages that
I would like some follow-up on if anyone can help.

Thanks.

Kcrad

This looks great - the only problem is that the list box row source property
forces me to use a Table/Query, a Value list or a Field list. Is there
another way to place the code in the list box other than the properties box?
 
The code I posted previously uses VBA in a procedure to establish the list
box's row source.
There are only 3 row types
Value List, Field List, or Table/Query

You can enter the values in design view in the properties dialog or you can
do it using VBA.

You did not provide enough information for me to recommend where the code
should be; however, it will most likely be in the Click event of a command
button or the After Update event of a control.

If you need additional information, post back with some more detail.
 
Thanks - that works perfectly. I had previously tried what you suggested,
but I must have had an error somewhere. Thanks for your patience
 
Back
Top