November 26, 200520 yr Hi, I have two related Database's, related by a product code field. In Database A's records I'd like to have a field display whether or not the current record has a related record in Database B. I cannot work out how to do this.
November 26, 200520 yr Try: case(length(Database B::product code); field) Edited November 26, 200520 yr by Guest
November 26, 200520 yr Author Perfect. Thanks. I'd never have worked that one out from the online docs.
Create an account or sign in to comment