Folks I have a table for invoices. When populating the table I had hoped to be able to select a list of Purchase Orders limited by the ClientId. This works fine when I set the criteria in the Purchase Order query to equal the ClientId in the table which then limits the Purchase Order lookup.
However I use the Purchase Order Query in several other places so I was wondering if one can pass the parameter from the table to the query rather than have to write multiple instances of the query each having a criteria referring to a different table or query.
Thanks
A
However I use the Purchase Order Query in several other places so I was wondering if one can pass the parameter from the table to the query rather than have to write multiple instances of the query each having a criteria referring to a different table or query.
Thanks
A