I have set a property of a form like this aArray(1,1) and after that i've used a SQL statement wich "filled" this array which is displayed in a listbox. My question is if is a way to filter this array. By example is aArray has (1,1)='A', (1,2)='B' (2,1)='AA', (2,2)='C', (3,1)='D', (3,2)='F' i want my aArray to contain just rows with "A". I've tried with adel() but is to slow. Thanks !!!