Hi,
I have two list boxes on my form. I want the user to select an item from the first list box, click a button, and have the item be added to the second list box. What's the most straightforward way to add an item to a list box with VBA? I know in Visual Basic.NET you use Me.ListBoxName.Items.Add(item), but this does not work in Access 2000. I get an error "Item not found in collection."
Thanks in advance,
Chris
I have two list boxes on my form. I want the user to select an item from the first list box, click a button, and have the item be added to the second list box. What's the most straightforward way to add an item to a list box with VBA? I know in Visual Basic.NET you use Me.ListBoxName.Items.Add(item), but this does not work in Access 2000. I get an error "Item not found in collection."
Thanks in advance,
Chris