Subject Re: Params not updating in Select + Union
Author Rick Roen
No, that did not correct the problem. Thanks anyway.

I converted the query into an SP so now I just pass in the INVOICENUM
param.

--- In IBObjects@yahoogroups.com, "Marco Menardi" <mmenaz@m...> wrote:
>
> I had a similar problem, with a working M/D relatinoship that broke
> after updating IBO, but since it's not very often used, I discovered
> it just recently.
> I fixed it removing the table reference in the relation, i.e.
> MasterLinks: ORDERITEMS.INVOICENUM=INVOICENUM
> will become
> MasterLinks: INVOICENUM=INVOICENUM
>
> Try if this is ok for you also
> best regards
> Marco Menardi