Clear List Box

A

Andy

Can anyone tell me how to clear the values in a list box
progmatically, I have managed to clear combo boxes by
using the following

Combo18.Value=Null

this works fine, but when I try

List23.value=null

nothing happens. the list box is populated by a query
that needs to requery when one of the combo boxes changed.

Any ideas????

TIA

Andy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top