Listbox

gdanalakshmi

Registered User.
Local time
Today, 17:48
Joined
Nov 26, 2002
Messages
102
I have a ClosedMoveListbox. When an item in the listbox is click, then on that function I do a Form.Refresh so that another listbox(SecondListBox) gets the data populated based on the selected record in ClosedMoveListBox.

The query associated with the SecondListBox will always produce only one row output. But instead of outputting as
Q1 Q2 Q3 Q4
23 12 4 6

I want it to be displayed as
Q1 23
Q2 12
Q3 4
Q4 6


The reason I want my SecondListBox to be like this is , when i selcect the Q1 row, I will populate a ThirdListbox based on the selection.
Is there any better way yo do this?
 

Users who are viewing this thread

Back
Top Bottom