October 8, 200718 yr I have a client who has three databases that he wants to tie together. He wants to be able to put in a phone number in the 'order' database and have it pull from either the 'client' or 'vendor' database, depending on where it finds the data. Is this possible? I have tried all sorts of things, but have been unable to make it work. Please advise. Thanks!
October 8, 200718 yr You could write a conditional lookup using the lookup function. For example: If( Your Condition; Lookup ( lookupField ; "none" ); Lookup ( lookupField2 ; "none" ); )
October 8, 200718 yr I never knew the Lookup function existed. When was it introduced? (I only go as far back as FMP 8.5 and it in there.)
Create an account or sign in to comment