Hi Lee,
If A:field is the primary key field for file A and A:field is a strig type field, you just do:
'B:field = <39>' & p_web.gsv('A:field') & '<39>'
Please use all the quotes!!!
Where p_web.gsv('A:field') is the session queue value that holds the key value for the record in file A.
The <39> are the quotes you need to put around the string value.
When A:field is numeric, just loose the '<39>' .
When A:field is not a key field, you first have to retrieve the value of A:field from the A file before you can use it in the filter.
Cheers,
Rene Simons