On Sep 8, 2:04 pm, rnrstar <
to...@zone0ne.com> wrote:
> I'm trying to create a method that allows me to search a table by a
> specific field. When I create a new List method I notice that in the
> possible arguments all I have are data types rather than the fields
> from my table which only appear in the possible return values.
>
> As I understand it, that's where the "Filter by (where)" field comes
> into play but I'm unsure about the syntax. If for example I drag "int"
> from the left to the right under Possible arguments-Arguments and then
> drag it down to the "Filter By" area and then drag the field I want to
> search on from the "Return Values" pane I get the following:
>