Assign Query output to Multi Select List Box

Surdeymon

Registered User.
Local time
Today, 10:01
Joined
Jun 10, 2004
Messages
11
Morning - I have been searching a bit but to no avail. I have a query (qryTopTenList) set up in a database that selects the Top Ten "Classes" from a table with a key field of "insclass".

I have a multi select list box (LstInsClass) that allows end users to select multiple insurance classes. What I would like to do is set up a standard button that when clicked, will loop through all of the insclass in the query "qryTopTenList" and then select those same insurance classes in my multi select list box. So the end result is that 10 records in the List Box would be selected.

This is helpful b/c it prevents the need to go through the entire list box to select the top ten classes.

Thx in advance for any insight. I appreciate it.

Rob
 
I think more information is needed. Please explain further how you want to get the results for your list box, perhaps an example.
 

Users who are viewing this thread

Back
Top Bottom