An array is declared with : Dim myArray(5,2) as string I can retrieve the 1st value i.e. 5 with the Ubound(myArray). How can I retrieve the 2nd value i.e. 2 from above array.
Hi Ng, I have drop down combo in my form with style 0 How can I get the event while selecting a item in the list so that I want to populate another combo