Listbox Multiselection

popeye

Work smarter, not harder.
Local time
Today, 05:25
Joined
Aug 23, 2004
Messages
75
I would like to execute an update query on a set of "selected" values in a listbox that i have (which happens to be filtered by a combo box) but i dont know what to type like codes to get the action to ONLY be executed on the selected values in the listbox. Please help
 
I'm sure I've downloaded a sample database from here that does exactly what you're after. Do a search for 'multiselect' & 'listbox' and you should be able to find it.

P
 
what im really trying to get to undesrstand is how to use the "Isselected" criteria, but the examples i see so far are hard for me to confgure to my needs/ I know how to do the mulitselect, i just dont know how to execute code on the values that have been selected/ I dont understand the how to. i know it has to do with the "isselected"
 
Would a line of code in the criteria section of the query that im running work? like something that specifies the form.listbox.selectedvalue,?
and if that would work can someone assist me with the syntax/ \
 

Users who are viewing this thread

Back
Top Bottom