Show only selected values from listbox on form (listbox from a table)

STGE

New member
Local time
Today, 19:02
Joined
Sep 26, 2008
Messages
6
Hi

I have a form where I want to show all the selected values from a listbox bound to a query.

I have one table (tListboxValues) containing the values of the listbox with the fields ID and Values

I have another table (tVendors) in which there is a multiselect listbox linked to the the table tListboxValues (only listbox IDs is stored in tVendors).

Now on my form I want to put a listbox showing only the checked values form the table. How is this possible?

Is there a standard way to setup access to do this or do I have to write a macro to solve the problem?

I have tried a lot of different queries for this but cant seem to get it right. Is there anyone who can help me with this one?

Best regards
Stine
 
Listbox based on query?... In query..Listbox Value, chkbox = True
 

Users who are viewing this thread

Back
Top Bottom