Is it possible to display values from a list filtered by a value from a control on a form?


Badge +4

In this example, I have the user select a value from a list lookup, can I then use this value to display all the items in the list which match this value? 


3 replies

Badge +9

You can use the List View control.

Badge +4

Thanks. I don't know how I missed that one.

Badge +4

I'm having trouble filtering by a value picked from a ListLookup control. Do I need to cleanse the output or anything before I can use it as a filter criteria? I tried to use the replace function you gave me before to remove the prefix as a custom query and that doesn't seem to work either.

Reply