Pusher
BEOGRAD Put
- Local time
- Today, 12:49
- Joined
- May 25, 2011
- Messages
- 230
Hi all,
I have a List box that is filled by a query that is triggered with a combo box, how do I extract the info in that list box so I can fill another combo box. I used Me.List.Value but it does not work. The bound columns are all ok but I can’t get it to work. Also I don’t know should I use after update on the first combo box to be the trigger for extracting the data or the after update on the list box.
Btw The result of the query is Only one line of data.
Thanks for the help
I have a List box that is filled by a query that is triggered with a combo box, how do I extract the info in that list box so I can fill another combo box. I used Me.List.Value but it does not work. The bound columns are all ok but I can’t get it to work. Also I don’t know should I use after update on the first combo box to be the trigger for extracting the data or the after update on the list box.
Btw The result of the query is Only one line of data.
Thanks for the help
Last edited: