I have a list box in my application that i would like to use in both Access 2002 and 2000. Access 2002 uses the 10.0 Object Library, Access 2000 uses the 9.0 Object Library. In Access 2002 I used ListBox.AddItem and ListBox.RemoveItem to empty and populate the control. However, these methods aren't available in Access 2000. Anyone have a good way to empty and populate a list box in both versions of Access? Thanks for your help...