Am i being really stupid, but it seems very easy in Access VBA to add items into a list boxs Row Source, but i cant remove items from it!!!! There must be an easy way of doing this.
Also I use two list boxes one is the list of all tables in the database and the other is a list of tables that are going to be used in a query. Now i can use the index listbox.Itemdata(x) to get the value at the index point X. But how do i find out the number of rows in the List box, ie: the number of items contained there in.
Also I use two list boxes one is the list of all tables in the database and the other is a list of tables that are going to be used in a query. Now i can use the index listbox.Itemdata(x) to get the value at the index point X. But how do i find out the number of rows in the List box, ie: the number of items contained there in.