Finding Records with an ID in a longlist field

Finding Records with an ID in a longlist field

Hi,

Form A contains a multiselect lookup of the IDs of Form B.

I have the ID of a FormB record and I wish to find all the Form A records that are associated.

records = FormA [ ?? ];

Thanks,