fabravo Posted October 8, 2007 Posted October 8, 2007 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!
Delta Tango Posted October 8, 2007 Posted October 8, 2007 You could write a conditional lookup using the lookup function. For example: If( Your Condition; Lookup ( lookupField ; "none" ); Lookup ( lookupField2 ; "none" ); )
Vaughan Posted October 8, 2007 Posted October 8, 2007 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.)
Recommended Posts
This topic is 6350 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now