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
 
Top