gdanalakshmi
Registered User.
- Local time
- Today, 23:23
- Joined
- Nov 26, 2002
- Messages
- 102
I have a listbox that I fill with the result of a crosstab query.
Since I have to add up the columns of the listbox columns I added code in VBA and stored the result in dynamic array and created another listbox below the first one. For the second listbox, how do I feed the dynamic array input.
Since My crosstab produces varying number of columns, I need to have dynamic array to totalup.
Since I have to add up the columns of the listbox columns I added code in VBA and stored the result in dynamic array and created another listbox below the first one. For the second listbox, how do I feed the dynamic array input.
Since My crosstab produces varying number of columns, I need to have dynamic array to totalup.